Scaleway · Capability
Serverless Containers API — Containers
Serverless Containers API — Containers. 6 operations. Lead operation: List all containers the caller can access (read permission).. Self-contained Naftiko capability covering one Scaleway business surface.
What You Can Do
GET
Listcontainers
— List all containers the caller can access (read permission).
/v1/containers/v1/regions/{region}/containers
POST
Createcontainer
— Create a new container in a namespace.
/v1/containers/v1/regions/{region}/containers
GET
Getcontainer
— Get the container associated with the specified ID.
/v1/containers/v1/regions/{region}/containers/{container-id}
PATCH
Updatecontainer
— Update the container associated with the specified ID.
/v1/containers/v1/regions/{region}/containers/{container-id}
DELETE
Deletecontainer
— Delete the container associated with the specified ID.
/v1/containers/v1/regions/{region}/containers/{container-id}
POST
Redeploycontainer
— Redeploy a container
/v1/containers/v1/regions/{region}/containers/{container-id}/redeploy
MCP Tools
list-all-containers-caller-can
List all containers the caller can access (read permission).
read-only
idempotent
create-new-container-namespace
Create a new container in a namespace.
get-container-associated-specified-id
Get the container associated with the specified ID.
read-only
idempotent
update-container-associated-specified-id
Update the container associated with the specified ID.
idempotent
delete-container-associated-specified-id
Delete the container associated with the specified ID.
idempotent
redeploy-container
Redeploy a container