create_backup
ActiveTool of cloud.redu/mcp
declared in 2.0.0
Creates a backup, by volumeId or by instanceId (the instance's volume is resolved for you). The backup is held independently of the instance, so it survives the VM. Poll list_backups until the new backup is available.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"backupName"
],
"properties": {
"volumeId": {
"type": "string",
"minLength": 1,
"description": "ID of the volume to back up (see list_volumes). Provide this OR instanceId."
},
"backupName": {
"type": "string",
"minLength": 1,
"description": "A name for the backup."
},
"instanceId": {
"type": "string",
"minLength": 1,
"description": "ID of the instance to back up — its bootable (else first) attached volume is resolved automatically, so no volume:list scope is needed. Provide this OR volumeId."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cloud.redu/mcp
1/7 registries