action fecru_stop_repository { label: "stopRepository" description: "Stops the repository. Does not wait for the repository to stop before returning." provider: fecru method: POST path: "/rest-service-fecru/admin/repositories-v1/{repository}/stop" encoding: json output: { type: "object" additionalProperties: true } }