Skip to content

Beta module namespace

deploy

Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.

Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.

13 operations

MethodPathRequired permissionAuthenticationSummary
get/v1/m/deploy/definitionsdeploy:deployment:readBearer tokenLists definitions, optionally filtered by environment or desired_status.
post/v1/m/deploy/definitionsdeploy:deployment:writeBearer tokenDeclares a new deployment definition and its first revision.
get/v1/m/deploy/definitions/{id}deploy:deployment:readBearer tokenReturns one definition with its current desired spec and, when applied, the real-state snapshot from the core Deployment entity.
put/v1/m/deploy/definitions/{id}deploy:deployment:writeBearer tokenDeclares a new desired revision.
delete/v1/m/deploy/definitions/{id}deploy:deployment:writeBearer tokendeploy module route (requires deploy:deployment:write)
post/v1/m/deploy/definitions/{id}/applydeploy:deployment:adminBearer tokenReconciles the deployment to its desired spec — a GOVERNED INFRASTRUCTURE MUTATION.
post/v1/m/deploy/definitions/{id}/plandeploy:deployment:writeBearer tokendeploy module route (requires deploy:deployment:write)
post/v1/m/deploy/definitions/{id}/retiredeploy:deployment:adminBearer tokenRemoves the deployment from the target — a GOVERNED MUTATION with the same two-phase, deny-by-default gating as apply.
get/v1/m/deploy/definitions/{id}/revisionsdeploy:deployment:readBearer tokenReturns the append-only revision history of a definition — the rollback targets.
post/v1/m/deploy/definitions/{id}/rollbackdeploy:deployment:writeBearer tokenRolls the DESIRED state back to a prior revision by declaring a NEW revision whose spec equals that known-good version (forward-only, reversible history).
post/v1/m/deploy/definitions/{id}/verifydeploy:deployment:writeBearer tokenReconciles the real state against the desired spec and updates the Deployment snapshot's status (drift is reported, not mutated).
get/v1/m/deploy/operationsdeploy:deployment:readBearer tokenLists the append-only operation ledger, optionally filtered by definition_id, op or status.
get/v1/m/deploy/wiringsdeploy:wiring:readBearer tokenLists the declared PERMITTED wirings, optionally filtered by definition_id or status.