Guides - Support Tickets
Updated
, by Linode
The Linode CLI is a wrapper around the Linode API that allows you to manage your Linode account from the command line. Virtually any task that can be done through the Linode Manager can be done through the CLI, making it an excellent tool for scripting.
Create a Linode account
to try this guide with a $100 credit.
This credit will be applied to any valid services used during your first 60 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