Api
Latest
Deployment API
Deployment API endpoints (5 endpoints). Supports both read and write operations.
Deployment API
Deployment API endpoints (5 endpoints). Supports both read and write operations.
Available Operations:
getServices- getServicesmoveService- moveServicegetServiceLogs- getServiceLogsrestartService- restartServicegetDeploymentConfig- getDeploymentConfig
Authentication
Most endpoints require authentication. See Authentication for details.
Endpoints
Queries
deployment.getServices
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
deployment.getServiceLogs
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
deployment.getDeploymentConfig
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
Mutations
deployment.moveService
Type: Mutation (write)
Response
Returns the requested data. See TypeScript types for full response shape.
deployment.restartService
Type: Mutation (write)
Response
Returns the requested data. See TypeScript types for full response shape.