Skip to main content
Domavia
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 - getServices
  • moveService - moveService
  • getServiceLogs - getServiceLogs
  • restartService - restartService
  • getDeploymentConfig - getDeploymentConfig

Authentication

Authenticated

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.