joyent-portal/packages/my-joy-instances/src/graphql/stop-instance.gql

6 lines
72 B
Plaintext
Raw Normal View History

2017-10-04 20:27:55 +03:00
mutation stopInstance($id: ID!) {
stopMachine(id: $id) {
id
}
2017-10-04 20:27:55 +03:00
}