action cpy_post_api_v1_server_blocklist_servers { label: "Block a server" provider: cpy method: POST path: "/api/v1/server/blocklist/servers" encoding: json input: { type: "object" required: ["host"] properties: { host: { type: "string" format: "hostname" description: "server domain to block" } } } output: { type: "object" additionalProperties: true } }