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

6 lines
72 B
GraphQL

mutation stopInstance($id: ID!) {
stopMachine(id: $id) {
id
}
}