Support commands

Basic command examples

Here are some common tasks for support tickets you can perform with the Linode CLI.

List your support tickets

Run this command to list all of your current support tickets.

linode-cli tickets list

Open a new ticket

If your issue concerns a particular Domain, Linode, Volume, etc., you can also pass their IDs with --domain_id, --linode-id, --volume_id, etc.

linode-cli tickets create --description "Detailed description of the issue" --summary "Summary or quick title for the Ticket"

List replies

Run this command to see all of thje replies for a specific ticket

linode-cli tickets replies $ticket_id

Reply to a ticket

Run this command to generate a reply for a specific ticket.

linode-cli tickets reply $ticket_id --description "The content of your reply"