Scaleway · Capability
Serverless Containers API — Namespaces
Serverless Containers API — Namespaces. 5 operations. Lead operation: List all namespaces the caller can access (read permission).. Self-contained Naftiko capability covering one Scaleway business surface.
What You Can Do
GET
Listnamespaces
— List all namespaces the caller can access (read permission).
/v1/containers/v1/regions/{region}/namespaces
POST
Createnamespace
— Create a new namespace.
/v1/containers/v1/regions/{region}/namespaces
GET
Getnamespace
— Get the namespace associated with the specified ID.
/v1/containers/v1/regions/{region}/namespaces/{namespace-id}
PATCH
Updatenamespace
— Update the namespace associated with the specified ID.
/v1/containers/v1/regions/{region}/namespaces/{namespace-id}
DELETE
Deletenamespace
— Delete the namespace associated with the specified ID.
/v1/containers/v1/regions/{region}/namespaces/{namespace-id}
MCP Tools
list-all-namespaces-caller-can
List all namespaces the caller can access (read permission).
read-only
idempotent
create-new-namespace
Create a new namespace.
get-namespace-associated-specified-id
Get the namespace associated with the specified ID.
read-only
idempotent
update-namespace-associated-specified-id
Update the namespace associated with the specified ID.
idempotent
delete-namespace-associated-specified-id
Delete the namespace associated with the specified ID.
idempotent