action watchful_start_site_backup { label: "Start a remote backup for the site" description: "Start a remote backup for the site" provider: watchful method: POST path: "/sites/{id}/backupstart" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }