You're viewing a demo portfolio

Join the waitlist
PRSM

create_backup

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

cloud.redu/mcp

1/7 registries
View full server →