/
SP
sphereon-opensource
/
Software / Instance Manager API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 3w ago · Updated 2mo ago
Details
Filter operations
AuthorizationServers
8
Oid4vciIssuers
5
Oid4vpVerifiers
5
ServiceInstances
14
get
List all service instances across types
get
Get a service instance by ID
delete
Soft-delete a service instance
post
Deploy a managed service instance
post
Suspend a service instance
post
Resume a suspended service instance
post
Decommission a service instance
post
Trigger metadata discovery for a service instance
get
List deployments for a service instance
post
Add a deployment to a service instance
patch
Update deployment status
get
List endpoints for a service instance
post
Add an endpoint to a service instance
delete
Remove an endpoint
ServiceInstances
Resume a suspended service instance
post
/services/instances/{instanceId}/actions/resume
Path parameters
instanceId
string
uuid
required
Request body
LifecycleActionRequest
required
— unresolved $ref
Response
Resumed.
Changes