List deployments
List all deployments in the specified region, for a given Scaleway Project. By default, the deployments returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field. You can define additional parameters for your query, such as tags and name. For the name parameter, the value you provide will be checked against the whole name string to see if it includes the string you put in the parameter.
path Parameters
regionThe region you want to target
query Parameters
tagsList deployments with a given tag.
nameLists deployments that match a name pattern.
order_byCriteria to use when ordering deployment listings.
organization_idOrganization ID the deployment belongs to. (UUID format)
project_idProject ID the deployment belongs to. (UUID format)
pagepage_sizeList deployments › Responses
List of all deployments available in an Organization or Project.
total_countTotal count of deployments available in an Organization or Project.
Create a deployment
Create a new deployment.
path Parameters
regionThe region you want to target
Create a deployment › Request Body
project_idThe Project ID on which the deployment will be created.
nameName of the deployment.
tagsTags to apply to the deployment.
versionClickHouse® version to use for the deployment.
replica_countNumber of replicas for the deployment.
shard_countNumber of shard for the deployment.
passwordPassword for the initial user.
cpu_minMinimum CPU count for the deployment.
cpu_maxMaximum CPU count for the deployment.
Endpoints to associate with the deployment.
ram_per_cpuRAM per CPU count for the deployment (in GB).
Create a deployment › Responses
idUnique identifier. (UUID format)
nameName of the deployment.
organization_idOrganization ID. (UUID format)
project_idProject ID. (UUID format)
statusStatus of the deployment.
tagsList of tags applied to the deployment.
created_atCreation date of the deployment. (RFC 3339 format)
updated_atLast modification date of the deployment. (RFC 3339 format)
versionClickHouse® version.
replica_countNumber of replicas for the deployment.
shard_countNumber of shards for the deployment.
cpu_minMinimum CPU count for the deployment.
cpu_maxMaximum CPU count for the deployment.
List of endpoints associated with the deployment.
ram_per_cpuRAM per CPU count for the deployment (in GB).
regionRegion of the deployment.
Get a deployment
Retrieve information about a given deployment, specified by the region and deployment_id parameters. Its full details, including name, status are returned in the response object.
path Parameters
regionThe region you want to target
deployment_idUUID of the deployment.
Get a deployment › Responses
idUnique identifier. (UUID format)
nameName of the deployment.
organization_idOrganization ID. (UUID format)
project_idProject ID. (UUID format)
statusStatus of the deployment.
tagsList of tags applied to the deployment.
created_atCreation date of the deployment. (RFC 3339 format)
updated_atLast modification date of the deployment. (RFC 3339 format)
versionClickHouse® version.
replica_countNumber of replicas for the deployment.
shard_countNumber of shards for the deployment.
cpu_minMinimum CPU count for the deployment.
cpu_maxMaximum CPU count for the deployment.
List of endpoints associated with the deployment.
ram_per_cpuRAM per CPU count for the deployment (in GB).
regionRegion of the deployment.
Delete a deployment
Delete a given deployment, specified by the region and deployment_id parameters. Deleting a deployment is permanent, and cannot be undone. Upon deletion, all your data will be lost.
path Parameters
regionThe region you want to target
deployment_idUUID of the deployment to delete.
Delete a deployment › Responses
idUnique identifier. (UUID format)
nameName of the deployment.
organization_idOrganization ID. (UUID format)
project_idProject ID. (UUID format)
statusStatus of the deployment.
tagsList of tags applied to the deployment.
created_atCreation date of the deployment. (RFC 3339 format)
updated_atLast modification date of the deployment. (RFC 3339 format)
versionClickHouse® version.
replica_countNumber of replicas for the deployment.
shard_countNumber of shards for the deployment.
cpu_minMinimum CPU count for the deployment.
cpu_maxMaximum CPU count for the deployment.
List of endpoints associated with the deployment.
ram_per_cpuRAM per CPU count for the deployment (in GB).
regionRegion of the deployment.
Update a deployment
Update the parameters of a deployment.
path Parameters
regionThe region you want to target
deployment_idUUID of the deployment to update.
Update a deployment › Request Body
nameName of the deployment.
tagsTags of a deployment.
cpu_minMinimum CPU count for the deployment.
cpu_maxMaximum CPU count for the deployment.
replica_countNumber of replicas for the deployment.
Update a deployment › Responses
idUnique identifier. (UUID format)
nameName of the deployment.
organization_idOrganization ID. (UUID format)
project_idProject ID. (UUID format)
statusStatus of the deployment.
tagsList of tags applied to the deployment.
created_atCreation date of the deployment. (RFC 3339 format)
updated_atLast modification date of the deployment. (RFC 3339 format)
versionClickHouse® version.
replica_countNumber of replicas for the deployment.
shard_countNumber of shards for the deployment.
cpu_minMinimum CPU count for the deployment.
cpu_maxMaximum CPU count for the deployment.
List of endpoints associated with the deployment.
ram_per_cpuRAM per CPU count for the deployment (in GB).
regionRegion of the deployment.
Get deployment TLS certificate
Start a deployment
Start a stopped deployment.
path Parameters
regionThe region you want to target
deployment_idUUID of the deployment.
Start a deployment › Responses
idUnique identifier. (UUID format)
nameName of the deployment.
organization_idOrganization ID. (UUID format)
project_idProject ID. (UUID format)
statusStatus of the deployment.
tagsList of tags applied to the deployment.
created_atCreation date of the deployment. (RFC 3339 format)
updated_atLast modification date of the deployment. (RFC 3339 format)
versionClickHouse® version.
replica_countNumber of replicas for the deployment.
shard_countNumber of shards for the deployment.
cpu_minMinimum CPU count for the deployment.
cpu_maxMaximum CPU count for the deployment.
List of endpoints associated with the deployment.
ram_per_cpuRAM per CPU count for the deployment (in GB).
regionRegion of the deployment.
Stop a deployment
Stop a running deployment.
path Parameters
regionThe region you want to target
deployment_idUUID of the deployment.
Stop a deployment › Responses
idUnique identifier. (UUID format)
nameName of the deployment.
organization_idOrganization ID. (UUID format)
project_idProject ID. (UUID format)
statusStatus of the deployment.
tagsList of tags applied to the deployment.
created_atCreation date of the deployment. (RFC 3339 format)
updated_atLast modification date of the deployment. (RFC 3339 format)
versionClickHouse® version.
replica_countNumber of replicas for the deployment.
shard_countNumber of shards for the deployment.
cpu_minMinimum CPU count for the deployment.
cpu_maxMaximum CPU count for the deployment.
List of endpoints associated with the deployment.
ram_per_cpuRAM per CPU count for the deployment (in GB).
regionRegion of the deployment.