Core Operations

The procedures scripts and integrations use most.

The API namespace mirrors the CLI and MCP tools. The procedures below are the stable operations most integrations start with; the full, generated list lives in the in-dashboard API Documentation.

Services#

ProcedurePurpose
service.listServices in scope (optionally by project/environment)
service.getOne service with its source and state
service.deployTrigger a deployment (respects deploy windows)
service.statusDeployment state and last result
service.restart / service.stop / service.startLifecycle operations
service.scaleSet replicas
service.deleteRemove with storage disposition

Deployments and data#

ProcedurePurpose
deployment.logsBuild/runtime logs for a deployment
backup.list / backup.run / backup.restorePer-service backup lifecycle
compose.overrides / compose.setOverridesRead and replace compose overrides
network.list / network.attachManaged networks

Platform#

ProcedurePurpose
system.statusQueue, transport and node health
system.pruneReclaim unused Docker resources
org.members / org.rolesMembership management

Permissions behave like the dashboard: each procedure asserts the caller's organization role and the granular member flags, and every mutating call is audit-logged. A token created by a Viewer cannot deploy, and a Member token without the relevant permission flag cannot touch automation.