Skip to content

Lifts a stop — NEVER unilaterally.

POST
/v1/m/governance/killswitch/{id}/reenable
curl --request POST \
--url https://example.com/v1/m/governance/killswitch/example/reenable \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "reason": "example" }'

Lifts a stop — NEVER unilaterally. The first call opens the dual-control approval (CRITICAL: 2 distinct humans, anti-self- approval, AAL3 per decision — all enforced by the engine); subsequent calls report 202 while pending, and the call that finds it approved re-verifies the two-human floor STRUCTURALLY in the same transaction and flips the stop.

id
required
string

Path parameter id.

X-Olivares-Tenant
string format: uuid

Target tenant id; required when the principal can act in more than one tenant.

Media type application/json
Any of:
object
reason
Any of:

Optional dual-control request note, trimmed and capped at 4096 bytes.

string
Example generated
{
"reason": "example"
}

OK

Media type application/json
object
Example generated
{}

Bad request

Media type application/json
object
Example generated
{}

Unauthenticated

Media type application/json
object
Example generated
{}

Forbidden

Media type application/json
object
Example generated
{}

Not found

Media type application/json
object
Example generated
{}

Conflict / setup required

Media type application/json
object
Example generated
{}

Rate limited

Media type application/json
object
Example generated
{}