Scaleway · Capability
Scaleway Database Management
Unified workflow capability for managing Scaleway managed database services including PostgreSQL, MySQL, and Redis instances, backups, and notifications via transactional email. Used by database administrators and application developers to provision, monitor, and maintain managed database infrastructure on Scaleway's European cloud.
What You Can Do
GET
List db instances
— List managed database instances
/v1/databases
POST
Create db instance
— Create a managed database instance
/v1/databases
GET
Get db instance
— Get database instance details
/v1/databases/{id}
DELETE
Delete db instance
— Delete a database instance
/v1/databases/{id}
GET
List db backups
— List database backups
/v1/database-backups
POST
Create db backup
— Create a database backup
/v1/database-backups
GET
List database engines
— List available database engine versions
/v1/database-engines
POST
Send notification email
— Send a database alert or notification email
/v1/emails
MCP Tools
list-db-instances
List Scaleway managed database instances
read-only
create-db-instance
Create a new managed PostgreSQL, MySQL, or Redis instance
get-db-instance
Get details of a specific database instance
read-only
delete-db-instance
Delete a managed database instance
idempotent
list-db-backups
List database backups
read-only
create-db-backup
Create a database backup
list-database-engines
List available database engine versions
read-only
send-notification-email
Send database alerts or notifications via transactional email
APIs Used
scaleway-db
scaleway-tem