v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-22216424765.0 KB
gateway.openapi_Gateway

Create Generic Deployment

post/v1/accounts/{account_id}/genericDeployments

Path parameters

account_idstring required

The Account Id

Query parameters

genericDeploymentIdstring

The ID of the deployment. If not specified, a random ID will be generated.

validateOnlyboolean

If true, this will not create the deployment, but will return the deployment that would be created.

Request body

namestring
releaseValuesobject required
createTimestring date-time

The creation time of the generic deployment.

updateTimestring date-time

The update time for the generic deployment.

genericDeploymentTypestring required
state'STATE_UNSPECIFIED' | 'CREATING' | 'READY' | 'FAILED' | 'UPDATING' | 'DELETING' | 'DELETED'
  • CREATING: The deployment is still being created.
  • READY: The deployment is ready to be used.
  • FAILED: The deployment failed to be created.
  • UPDATING: There are in-progress updates happening with the deployment.
  • DELETING: The deployment is being deleted
  • DELETED: The deployment has been deleted.

Response

A successful response.

namestring
releaseValuesobject required
createTimestring date-time

The creation time of the generic deployment.

updateTimestring date-time

The update time for the generic deployment.

genericDeploymentTypestring required
state'STATE_UNSPECIFIED' | 'CREATING' | 'READY' | 'FAILED' | 'UPDATING' | 'DELETING' | 'DELETED'
  • CREATING: The deployment is still being created.
  • READY: The deployment is ready to be used.
  • FAILED: The deployment failed to be created.
  • UPDATING: There are in-progress updates happening with the deployment.
  • DELETING: The deployment is being deleted
  • DELETED: The deployment has been deleted.