deployment
Service Deployment management
📄️ List deployments
List all registered deployments.
📄️ Create deployment
Create deployment. Restate will invoke the endpoint to gather additional information required for registration, such as the services exposed by the deployment. If the deployment is already registered, this method will fail unless `force` is set to `true`.
📄️ Get deployment
Get deployment metadata
📄️ Update deployment
Update deployment. Invokes the endpoint and replaces the existing deployment metadata with the discovered information. This is a dangerous operation that should be used only when there are failing invocations on the deployment that cannot be resolved any other way. Sense checks are applied to test that the new deployment is sufficiently similar to the old one.
📄️ Delete deployment
Delete deployment. Currently it's supported to remove a deployment only using the force flag