Pause or resume new CertOps work for a workspace
PUT/api/v1/workspaces/:id/certops/settings
Changes only the workspace-local kill switch and remains available while the deployment-wide rollout flag is disabled. Requires a human cookie/session-authenticated workspace admin; internal worker bearer credentials are not accepted. A paused workspace rejects new manual jobs and future dispatch or provision side effects with 409 CERTOPS_WORKSPACE_PAUSED; inventory, status, audit, evidence, and existing-work reporting remain available.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Stored workspace CertOps pause state
Pause state or reason is invalid
Unauthorized
A human session user with the workspace admin role is required; internal worker bearer credentials are not accepted
Not found
Request rejected because it contained private key material
Internal server error