c087f0bd9f
fixes #814
6 lines
72 B
GraphQL
6 lines
72 B
GraphQL
mutation stopInstance($id: ID!) {
|
|
stopMachine(id: $id) {
|
|
id
|
|
}
|
|
}
|