Guides - Linode CLI Commands for Support Tickets
Access the entire Linode platform from the command line, easily adding, removing, or modifying services.
Create a Linode account
to try this guide with a $ credit.
This credit will be applied to any valid services used during your first
 days.
- List your Support Tickets: - linode-cli tickets list
- Open a new Ticket: - linode-cli tickets create --description "Detailed description of the issue" --summary "Summary or quick title for the Ticket"- If your issue concerns a particular Linode, Volume, Domain, or NodeBalancer, pass the ID with - --domain_id,- --linode-id,- --volume_id, etc.
- List replies for a Ticket: - linode-cli tickets replies $ticket_id
- Reply to a Ticket: - linode-cli tickets reply $ticket_id --description "The content of your reply"
This page was originally published on