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

6 lines
75 B
GraphQL

mutation startInstance($id: ID!) {
deleteMachine(id: $id) {
id
}
}