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