Scaleway · Capability
Serverless Containers API — Domains
Serverless Containers API — Domains. 5 operations. Lead operation: List all custom domains the caller can access (read permission).. Self-contained Naftiko capability covering one Scaleway business surface.
What You Can Do
GET
Listdomains
— List all custom domains the caller can access (read permission).
/v1/containers/v1/regions/{region}/domains
POST
Createdomain
— Create a new custom domain for the container with the specified ID.
/v1/containers/v1/regions/{region}/domains
GET
Getdomain
— Get the custom domain associated with the specified ID.
/v1/containers/v1/regions/{region}/domains/{domain-id}
PATCH
Updatedomain
— Update the domain associated with the specified ID.
/v1/containers/v1/regions/{region}/domains/{domain-id}
DELETE
Deletedomain
— Delete the custom domain associated with the specified ID.
/v1/containers/v1/regions/{region}/domains/{domain-id}
MCP Tools
list-all-custom-domains-caller
List all custom domains the caller can access (read permission).
read-only
idempotent
create-new-custom-domain-container
Create a new custom domain for the container with the specified ID.
get-custom-domain-associated-specified
Get the custom domain associated with the specified ID.
read-only
idempotent
update-domain-associated-specified-id
Update the domain associated with the specified ID.
idempotent
delete-custom-domain-associated-specified
Delete the custom domain associated with the specified ID.
idempotent