/
/Software / Instance Manager API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 3w ago · Updated 2mo ago
AuthorizationServers8
Oid4vciIssuers5
Oid4vpVerifiers5
ServiceInstances14
  • getList all service instances across types
  • getGet a service instance by ID
  • deleteSoft-delete a service instance
  • postDeploy a managed service instance
  • postSuspend a service instance
  • postResume a suspended service instance
  • postDecommission a service instance
  • postTrigger metadata discovery for a service instance
  • getList deployments for a service instance
  • postAdd a deployment to a service instance
  • patchUpdate deployment status
  • getList endpoints for a service instance
  • postAdd an endpoint to a service instance
  • deleteRemove an endpoint
    ServiceInstances

    Deploy a managed service instance

    post/services/instances/{instanceId}/actions/deploy

    Path parameters

    instanceIdstring uuid required

    Request body

    LifecycleActionRequest required— unresolved $ref

    Response

    Deployment initiated.

    Changes