deleteRuntime
Datalayer Core / deleteRuntime
Function: deleteRuntime()
deleteRuntime(
options):Promise<void>
Defined in: tech/datalayer/core/src/stateful/runtimes/actions.ts:122
Delete a Runtime
Parameters
options
id
string
Runtime ID
reason?
string
Deletion reason
Returns
Promise<void>