action meshery_id_post_deploy_pattern { label: "Handle POST request for Pattern Deploy" description: "Deploy an attached pattern with the request" provider: meshery method: POST path: "/api/pattern/deploy" encoding: json output: { type: "object" additionalProperties: true } }