-
Notifications
You must be signed in to change notification settings - Fork 42
/
index.json
1 lines (1 loc) · 81.4 KB
/
index.json
1
[{"name":"View Account","tags":["Account"],"description":"Returns the contact and billing information related to your Account.","href":"https://developers.linode.com/api/v4/account","objectID":"af4a17527840af40a6cda3fc650af51b"},{"name":"Update Account","tags":["Account"],"description":"Updates contact and billing information related to your Account.","href":"https://developers.linode.com/api/v4/account","objectID":"af4a17527840af40a6cda3fc650af51b"},{"name":"Cancel Account","tags":["Account"],"description":"Cancels an active Linode account. This action will cause Linode to attempt to charge the credit card on file for the remaining balance. An error will occur if Linode fails to charge the credit card on file. Restricted users will not be able to cancel an account.","href":"https://developers.linode.com/api/v4/account-cancel","objectID":"dc43764952846239bd3a4a0bbc3e8c45"},{"name":"Add/Edit Credit Card","tags":["Account"],"description":"Adds/edit credit card information to your Account.\nOnly one credit card can be associated with your Account, so using this endpoint will overwrite your currently active card information with the new credit card.","href":"https://developers.linode.com/api/v4/account-credit-card","objectID":"e76f9891a35853ab2cb644e076c2fc3f"},{"name":"List Events","tags":["Account"],"description":"Returns a collection of Event objects representing actions taken on your Account. The Events returned depends on your grants.","href":"https://developers.linode.com/api/v4/account-events","objectID":"f93221a936e5c97d876e1b4f66cd8ada"},{"name":"View Event","tags":["Account"],"description":"Returns a single Event object.","href":"https://developers.linode.com/api/v4/account-events-event-id","objectID":"43c8904e692cf9630777b5437e94c6ed"},{"name":"Mark Event as Read","tags":["Account"],"description":"Marks a single Event as read.","href":"https://developers.linode.com/api/v4/account-events-event-id-read","objectID":"8ba9ccc4cf63ac2f829fe8ad969884de"},{"name":"Mark Event as Seen","tags":["Account"],"description":"Marks all Events up to and including this Event by ID as seen.","href":"https://developers.linode.com/api/v4/account-events-event-id-seen","objectID":"0c17708a83af459a6d081a4479c199a2"},{"name":"List Invoices","tags":["Account"],"description":"Returns a paginated list of Invoices against your Account.","href":"https://developers.linode.com/api/v4/account-invoices","objectID":"ccdb60b41ad9a180ae3219c1c72ec90f"},{"name":"View Invoice","tags":["Account"],"description":"Returns a single Invoice object.","href":"https://developers.linode.com/api/v4/account-invoices-invoice-id","objectID":"84e17221ee55d31082e887613afe6fbb"},{"name":"List Invoice Items","tags":["Account"],"description":"Returns a paginated list of Invoice items.","href":"https://developers.linode.com/api/v4/account-invoices-invoice-id-items","objectID":"05b28fa5f8c306ac645f1f82a72b07de"},{"name":"List Notifications","tags":["Account"],"description":"Returns a collection of Notification objects representing important, often time-sensitive items related to your Account.\nYou cannot interact directly with Notifications, and a Notification will disappear when the circumstances causing it have been resolved. For example, if you have an important Ticket open, you must respond to the Ticket to dismiss the Notification.","href":"https://developers.linode.com/api/v4/account-notifications","objectID":"4085261ce6f8dc80a6483a80242c8e80"},{"name":"List OAuth Clients","tags":["Account"],"description":"Returns a paginated list of OAuth Clients registered to your Account. OAuth Clients allow users to log into applications you write or host using their Linode Account, and may allow them to grant some level of access to their Linodes or other entities to your application.","href":"https://developers.linode.com/api/v4/account-oauth-clients","objectID":"36de2d445e118a122442a4c5dc0b4027"},{"name":"Create OAuth Client","tags":["Account"],"description":"Creates an OAuth Client, which can be used to allow users (using their Linode account) to log in to your own application, and optionally grant your application some amount of access to their Linodes or other entities.","href":"https://developers.linode.com/api/v4/account-oauth-clients","objectID":"36de2d445e118a122442a4c5dc0b4027"},{"name":"View OAuth Client","tags":["Account"],"description":"Returns information about a single OAuth client.","href":"https://developers.linode.com/api/v4/account-oauth-clients-client-id","objectID":"ce61865be08ad4a6357f319123688431"},{"name":"Update OAuth Client","tags":["Account"],"description":"Update information about an OAuth Client on your Account. This can be especially useful to update the `redirect_uri` of your client in the event that the callback url changed in your application.","href":"https://developers.linode.com/api/v4/account-oauth-clients-client-id","objectID":"ce61865be08ad4a6357f319123688431"},{"name":"Delete OAuth Client","tags":["Account"],"description":"Deletes an OAuth Client registered with Linode. The Client ID and Client secret will no longer be accepted by <a target=\"_top\" href=\"https://login.linode.com\">https://login.linode.com</a>, and all tokens issued to this client will be invalidated (meaning that if your application was using a token, it will no longer work).","href":"https://developers.linode.com/api/v4/account-oauth-clients-client-id","objectID":"ce61865be08ad4a6357f319123688431"},{"name":"Reset OAuth Client Secret","tags":["Account"],"description":"Resets the OAuth Client secret for a client you own, and returns the OAuth Client with the plaintext secret. This secret is not supposed to be publicly known or disclosed anywhere. This can be used to generate a new secret in case the one you have has been leaked, or to get a new secret if you lost the original. The old secret is expired immediately, and logins to your client with the old secret will fail.","href":"https://developers.linode.com/api/v4/account-oauth-clients-client-id-reset-secret","objectID":"b4d8288c2360512e459e3d4a2cd72ce0"},{"name":"View OAuth Client Thumbnail","tags":["Account"],"description":"Returns the thumbnail for this OAuth Client. This is a publicly-viewable endpoint, and can be accessed without authentication.","href":"https://developers.linode.com/api/v4/account-oauth-clients-client-id-thumbnail","objectID":"011814be5d15a053a2e5ce9a58c8f770"},{"name":"Update OAuth Client Thumbnail","tags":["Account"],"description":"Upload a thumbnail for a client you own. You must upload an image file that will be returned when the thumbnail is retrieved. This image will be publicly-viewable.","href":"https://developers.linode.com/api/v4/account-oauth-clients-client-id-thumbnail","objectID":"011814be5d15a053a2e5ce9a58c8f770"},{"name":"List Payments","tags":["Account"],"description":"Returns a paginated list of Payments made on this Account.","href":"https://developers.linode.com/api/v4/account-payments","objectID":"424ef7208b6c6569e8d215a8b03b62f0"},{"name":"Make Payment","tags":["Account"],"description":"Makes a Payment to your Account via credit card. This will charge your credit card the requested amount.","href":"https://developers.linode.com/api/v4/account-payments","objectID":"424ef7208b6c6569e8d215a8b03b62f0"},{"name":"View Payment","tags":["Account"],"description":"Returns information about a specific Payment.","href":"https://developers.linode.com/api/v4/account-payments-payment-id","objectID":"459ae6300d6488a6102d278ee253f2a1"},{"name":"Stage PayPal Payment","tags":["Account"],"description":"This begins the process of submitting a Payment via PayPal. After calling this endpoint, you must take the resulting `payment_id` along with the `payer_id` from your PayPal account and [POST /account/payments/paypal-execute](/api/v4/account-payments-paypal-execute/#post) to complete the Payment.","href":"https://developers.linode.com/api/v4/account-payments-paypal","objectID":"eb2a779d4341dd3ae6db744fa934f3ce"},{"name":"Execute Staged/Approved PayPal Payment","tags":["Account"],"description":"Given a PaymentID and PayerID - as generated by PayPal during the transaction authorization process - this endpoint executes the Payment to capture the funds and credit your Linode Account.","href":"https://developers.linode.com/api/v4/account-payments-paypal-execute","objectID":"ea04caa4c3d76aede4f440ffde0c9d59"},{"name":"View Account Settings","tags":["Account"],"description":"Returns information related to your Account settings: Managed service subscription, Longview subscription, and network helper.","href":"https://developers.linode.com/api/v4/account-settings","objectID":"11fcec211817204067d026c4c87c5e94"},{"name":"Update Account Settings","tags":["Account"],"description":"Updates your Account settings.","href":"https://developers.linode.com/api/v4/account-settings","objectID":"11fcec211817204067d026c4c87c5e94"},{"name":"Enable Linode Managed","tags":["Account"],"description":"Enables Linode Managed for the entire account and sends a welcome email to the account's associated email address. Linode Managed can monitor any service or software stack reachable over TCP or HTTP. See our [Linode Managed guide](https://www.linode.com/docs/platform/linode-managed/) to learn more.","href":"https://developers.linode.com/api/v4/account-settings-managed-enable","objectID":"6da4cc90ca06952938dbd34701b82aa7"},{"name":"View Network Utilization","tags":["Account"],"description":"Returns a Transfer object showing your network utilization, in GB, for the current month.","href":"https://developers.linode.com/api/v4/account-transfer","objectID":"d9705fe1dc5f3e76170a0d277e0e952f"},{"name":"List Users","tags":["Account"],"description":"Returns a paginated list of Users on your Account. Users may access all or part of your Account based on their restricted status and grants. An unrestricted User may access everything on the account, whereas restricted User may only access entities or perform actions they've been given specific grants to.","href":"https://developers.linode.com/api/v4/account-users","objectID":"ee4c6f8ce111d77c1d8214dfecb3563f"},{"name":"Create User","tags":["Account"],"description":"Creates a User on your Account. Once created, the User will be able to log in and access portions of your Account. Access is determined by whether or not they are restricted, and what grants they have been given.","href":"https://developers.linode.com/api/v4/account-users","objectID":"ee4c6f8ce111d77c1d8214dfecb3563f"},{"name":"View User","tags":["Account"],"description":"Returns information about a single User on your Account.","href":"https://developers.linode.com/api/v4/account-users-username","objectID":"e377ff0e671e19d460e67753d130a5a3"},{"name":"Update User","tags":["Account"],"description":"Update information about a User on your Account. This can be used to change the restricted status of a User. When making a User restricted, no grants will be configured by default and you must then set up grants in order for the User to access anything on the Account.","href":"https://developers.linode.com/api/v4/account-users-username","objectID":"e377ff0e671e19d460e67753d130a5a3"},{"name":"Delete User","tags":["Account"],"description":"Deletes a User. The deleted User will be immediately logged out and may no longer log in or perform any actions. All of the User's Grants will be removed.","href":"https://developers.linode.com/api/v4/account-users-username","objectID":"e377ff0e671e19d460e67753d130a5a3"},{"name":"View User's grants","tags":["Account"],"description":"Returns the full grants structure for this User. This includes all entities on the Account alongside what level of access this User has to each of them. Individual users may view their own grants at the [/profile/grants](/api/v4/profile-grants) endpoint, but will not see entities that they have no access to.","href":"https://developers.linode.com/api/v4/account-users-username-grants","objectID":"166f3ddb3e94d36a3d9868fcee1d07b8"},{"name":"Update User's grants","tags":["Account"],"description":"Update the grants a User has. This can be used to give a User access to new entities or actions, or take access away. You do not need to include the grant for every entity on the Account in this request; any that are not included will remain unchanged.","href":"https://developers.linode.com/api/v4/account-users-username-grants","objectID":"166f3ddb3e94d36a3d9868fcee1d07b8"},{"name":"List Domains","tags":["Domains"],"description":"This is a collection of Domains that you have registered in Linode's DNS Manager. Linode is not a registrar, and in order for these to work you must own the domains and point your registrar at Linode's nameservers.","href":"https://developers.linode.com/api/v4/domains","objectID":"f4752b93e0846826b260002b2ef8b3bc"},{"name":"Create Domain","tags":["Domains"],"description":"Adds a new Domain to Linode's DNS Manager. Linode is not a registrar, and you must own the domain before adding it here. Be sure to point your registrar to Linode's nameservers so that the records hosted here are used.","href":"https://developers.linode.com/api/v4/domains","objectID":"f4752b93e0846826b260002b2ef8b3bc"},{"name":"View Domain","tags":["Domains"],"description":"This is a single Domain that you have registered in Linode's DNS Manager. Linode is not a registrar, and in order for this Domain record to work you must own the domain and point your registrar at Linode's nameservers.","href":"https://developers.linode.com/api/v4/domains-domain-id","objectID":"80dfe9d06b7aaa99981fe4706b24a054"},{"name":"Update Domain","tags":["Domains"],"description":"Update information about a Domain in Linode's DNS Manager.","href":"https://developers.linode.com/api/v4/domains-domain-id","objectID":"80dfe9d06b7aaa99981fe4706b24a054"},{"name":"Delete Domain","tags":["Domains"],"description":"Deletes a Domain from Linode's DNS Manager. The Domain will be removed from Linode's nameservers shortly after this operation completes. This also deletes all associated Domain Records.","href":"https://developers.linode.com/api/v4/domains-domain-id","objectID":"80dfe9d06b7aaa99981fe4706b24a054"},{"name":"Import Domain","tags":["Domains"],"description":"Imports a domain zone from a remote nameserver.\nYour nameserver must allow zone transfers (AXFR) from the following IPs: - 96.126.114.97\n - 96.126.114.98\n - 2600:3c00::5e\n - 2600:3c00::5f","href":"https://developers.linode.com/api/v4/domains-import","objectID":"2bd340cd8a3bd411c54ad0111d18fc1c"},{"name":"Clone Domain","tags":["Domains"],"description":"Clones a Domain and all associated DNS records from a Domain that is registered in Linode's DNS manager.","href":"https://developers.linode.com/api/v4/domains-domain-id-clone","objectID":"a71d7bd561a8cf5f4d1fc25acbfd9b5c"},{"name":"List Domain Records","tags":["Domains"],"description":"Returns a paginated list of Records configured on a Domain in Linode's\nDNS Manager.","href":"https://developers.linode.com/api/v4/domains-domain-id-records","objectID":"03eb11a95cee0e0a11a6f0c6911c5e5a"},{"name":"Create Domain Record","tags":["Domains"],"description":"Adds a new Domain Record to the zonefile this Domain represents.","href":"https://developers.linode.com/api/v4/domains-domain-id-records","objectID":"03eb11a95cee0e0a11a6f0c6911c5e5a"},{"name":"View Domain Record","tags":["Domains"],"description":"View a single Record on this Domain.","href":"https://developers.linode.com/api/v4/domains-domain-id-records-record-id","objectID":"cab07d5c74f02a8d58e703c283d3f360"},{"name":"Update Domain Record","tags":["Domains"],"description":"Updates a single Record on this Domain.","href":"https://developers.linode.com/api/v4/domains-domain-id-records-record-id","objectID":"cab07d5c74f02a8d58e703c283d3f360"},{"name":"Delete Domain Record","tags":["Domains"],"description":"Deletes a Record on this Domain.","href":"https://developers.linode.com/api/v4/domains-domain-id-records-record-id","objectID":"cab07d5c74f02a8d58e703c283d3f360"},{"name":"List Images","tags":["Images"],"description":"Returns a paginated list of Images.\n\n* Calling this endpoint without authentication returns all public Images.\n* Authentication is required to return a combined paginated list of all public and your private Images.","href":"https://developers.linode.com/api/v4/images","objectID":"41389bcf7f7427468d8c8675db2d4f98"},{"name":"Create Image","tags":["Images"],"description":"Creates a private gold-master Image from a Linode Disk. There is no additional charge to store Images for Linode users.\nImages are limited to three per Account.","href":"https://developers.linode.com/api/v4/images","objectID":"41389bcf7f7427468d8c8675db2d4f98"},{"name":"View Image","tags":["Images"],"description":"Get information about a single Image.","href":"https://developers.linode.com/api/v4/images-image-id","objectID":"c3141805627f72b2e29a7204b9cc080e"},{"name":"Update Image","tags":["Images"],"description":"Updates a private Image that you have permission to `read_write`.","href":"https://developers.linode.com/api/v4/images-image-id","objectID":"c3141805627f72b2e29a7204b9cc080e"},{"name":"Delete Image","tags":["Images"],"description":"Deletes a private Image you have permission to `read_write`.\n\n\n**Deleting an Image is a destructive action and cannot be undone.**","href":"https://developers.linode.com/api/v4/images-image-id","objectID":"c3141805627f72b2e29a7204b9cc080e"},{"name":"List Linodes","tags":["Linode Instances"],"description":"Returns a paginated list of Linodes you have permission to view.","href":"https://developers.linode.com/api/v4/linode-instances","objectID":"8df5bdbaeb548d1eab0ced9397e0e3a6"},{"name":"Create Linode","tags":["Linode Instances"],"description":"Creates a Linode Instance on your Account. In order for this\nrequest to complete successfully, your User must have the `add_linodes` grant. Creating a\nnew Linode will incur a charge on your Account.\n\nLinodes can be created using one of the available Types. See\n[GET /linode/types](/api/v4/linode-types) to get more\ninformation about each Type's specs and cost.\n\nLinodes can be created in any one of our available\n[Regions](/api/v4/regions) for a list\nof available Regions you can deploy your Linode in.\n\nLinodes can be created in a number of ways:\n\n* Using a Linode Linux Distribution image or an Image you created based on another Linode.\n * The Linode will be `running` after it completes `provisioning`.\n * A default config with two Disks, one being a 512 swap disk, is created.\n * `swap_size` can be used to customize the swap disk size.\n * Requires a `root_pass` be supplied to use for the root User's Account.\n * It is recommended to supply SSH keys for the root User using the `authorized_keys` field.\n * You may also supply a list of usernames via the `authorized_users` field.\n * These users must have an SSH Key associated with your Profile first. See [/profile/sshkeys](/api/v4/profile-sshkeys/#post) for more information.\n\n* Using a StackScript.\n * See [/linode/stackscripts](/api/v4/linode-stackscripts) for\n a list of available StackScripts.\n * The Linode will be `running` after it completes `provisioning`.\n * Requires a compatible Image to be supplied.\n * See [/linode/stackscript/{stackscriptId}](/api/v4/linode-stackscripts-stackscript-id) for compatible Images.\n * Requires a `root_pass` be supplied to use for the root User's Account.\n * It is recommended to supply SSH keys for the root User using the `authorized_keys` field.\n * You may also supply a list of usernames via the `authorized_users` field.\n * These users must have an SSH Key associated with your Profile first. See [/profile/sshkeys](/api/v4/profile-sshkeys/#post) for more information.\n\n* Using one of your other Linode's backups.\n * You must create a Linode large enough to accommodate the Backup's size.\n * The Disks and Config will match that of the Linode that was backed up.\n * The `root_pass` will match that of the Linode that was backed up.\n\n* Create an empty Linode.\n * The Linode will remain `offline` and must be manually started.\n * See [POST /linode/instances/{linodeId}/boot](/api/v4/linode-instances-linode-id-boot/#post).\n * Disks and Configs must be created manually.\n * This is only recommended for advanced use cases.\n\n\n**Important**: You must be an unrestricted User in order to add or modify\ntags on Linodes.","href":"https://developers.linode.com/api/v4/linode-instances","objectID":"8df5bdbaeb548d1eab0ced9397e0e3a6"},{"name":"View Linode","tags":["Linode Instances"],"description":"Get a specific Linode by ID.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id","objectID":"75c2ada184585df3a517091141187323"},{"name":"Update Linode","tags":["Linode Instances"],"description":"Updates a Linode that you have permission to `read_write`.\n\n**Important**: You must be an unrestricted User in order to add or modify tags on Linodes.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id","objectID":"75c2ada184585df3a517091141187323"},{"name":"Delete Linode","tags":["Linode Instances"],"description":"Deletes a Linode you have permission to `read_write`.\n\n**Deleting a Linode is a destructive action and cannot be undone.**\n\nAdditionally, deleting a Linode:\n\n * Gives up any IP addresses the Linode was assigned.\n * Deletes all Disks, Backups, Configs, etc.\n * Stops billing for the Linode and its associated services. You will be billed for time used\n within the billing period the Linode was active.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id","objectID":"75c2ada184585df3a517091141187323"},{"name":"List Backups","tags":["Linode Instances"],"description":"Returns information about this Linode's available backups.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-backups","objectID":"f7f8adc104d9b90900e7fc1232e0dfbb"},{"name":"Create Snapshot","tags":["Linode Instances"],"description":"Creates a snapshot Backup of a Linode.\n** If you already have a snapshot of this Linode, this is a destructive action. The previous snapshot will be deleted.**","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-backups","objectID":"f7f8adc104d9b90900e7fc1232e0dfbb"},{"name":"Cancel Backups","tags":["Linode Instances"],"description":"Cancels the Backup service on the given Linode. Deletes all of this Linode's existing backups forever.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-backups-cancel","objectID":"24215cd0db61e4c52588ee44544d2d8d"},{"name":"Enable Backups","tags":["Linode Instances"],"description":"Enables backups for the specified Linode.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-backups-enable","objectID":"6a7b0286a1519f9995b2937dd1fe013f"},{"name":"View Backup","tags":["Linode Instances"],"description":"Returns information about a Backup.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-backups-backup-id","objectID":"2192383aeed2a9d865cfe77fa26ab371"},{"name":"Restore Backup","tags":["Linode Instances"],"description":"Restores a Linode's Backup to the specified Linode.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-backups-backup-id-restore","objectID":"f21240bfba8902bc302263357bc45731"},{"name":"Boot Linode","tags":["Linode Instances"],"description":"Boots a Linode you have permission to modify. If no parameters are given, a Config profile\nwill be chosen for this boot based on the following criteria:\n\n* If there is only one Config profile for this Linode, it will be used.\n* If there is more than one Config profile, the last booted config will be used.\n* If there is more than one Config profile and none were the last to be booted (because the\n Linode was never booted or the last booted config was deleted) an error will be returned.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-boot","objectID":"9f619a294bfd1988c39352fd8246f663"},{"name":"Clone Linode","tags":["Linode Instances"],"description":"You can clone your Linode's existing Disks or Configuration profiles to\nanother Linode on your Account. In order for this request to complete\nsuccessfully, your User must have the `add_linodes` grant. Cloning to a\nnew Linode will incur a charge on your Account.\n\nIf cloning to an existing Linode, any actions currently running or\nqueued must be completed first before you can clone to it.\n\nUp to five clone operations from any given source Linode can be run concurrently.\nIf more concurrent clones are attempted, an HTTP 400 error will be\nreturned by this endpoint.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-clone","objectID":"637e55cebd99d785ea80c582e324e237"},{"name":"List Configuration Profiles","tags":["Linode Instances"],"description":"Lists Configuration profiles associated with a Linode.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-configs","objectID":"9f35306394263a3f9544d8da4a5c714d"},{"name":"Create Configuration Profile","tags":["Linode Instances"],"description":"Adds a new Configuration profile to a Linode.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-configs","objectID":"9f35306394263a3f9544d8da4a5c714d"},{"name":"View Configuration Profile","tags":["Linode Instances"],"description":"Returns information about a specific Configuration profile.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-configs-config-id","objectID":"57822b248eb4643e3a3a5a382e9c4041"},{"name":"Update Configuration Profile","tags":["Linode Instances"],"description":"Updates a Configuration profile.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-configs-config-id","objectID":"57822b248eb4643e3a3a5a382e9c4041"},{"name":"Delete Configuration Profile","tags":["Linode Instances"],"description":"Deletes the specified Configuration profile from the specified Linode.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-configs-config-id","objectID":"57822b248eb4643e3a3a5a382e9c4041"},{"name":"List Disks","tags":["Linode Instances"],"description":"View Disk information for Disks associated with this Linode.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-disks","objectID":"03412061c32c12477e3c1367d96b9064"},{"name":"Create Disk","tags":["Linode Instances"],"description":"Adds a new Disk to a Linode. You can optionally create a Disk from an Image (see [/images](/api/v4/images) for a list of available public images, or use one of your own), and optionally provide a StackScript to deploy with this Disk.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-disks","objectID":"03412061c32c12477e3c1367d96b9064"},{"name":"View Disk","tags":["Linode Instances"],"description":"View Disk information for a Disk associated with this Linode.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-disks-disk-id","objectID":"4f3a5cbc7f47f0bb06f8c460c916f572"},{"name":"Update Disk","tags":["Linode Instances"],"description":"Updates a Disk that you have permission to `read_write`.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-disks-disk-id","objectID":"4f3a5cbc7f47f0bb06f8c460c916f572"},{"name":"Delete Disk","tags":["Linode Instances"],"description":"Deletes a Disk you have permission to `read_write`.\n\n**Deleting a Disk is a destructive action and cannot be undone.**","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-disks-disk-id","objectID":"4f3a5cbc7f47f0bb06f8c460c916f572"},{"name":"Clone Disk","tags":["Linode Instances"],"description":"Copies a disk, byte-for-byte, into a new Disk belonging to the same Linode. The Linode must have enough storage space available to accept a new Disk of the same size as this one or this operation will fail.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-disks-disk-id-clone","objectID":"090d92a8e9694d2515ec6a4c9b298e86"},{"name":"Reset Disk Root Password","tags":["Linode Instances"],"description":"Resets the password of a Disk you have permission to `read_write`.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-disks-disk-id-password","objectID":"6c2e9877ecc13c49a65dcf6e0cf7b642"},{"name":"Resize Disk","tags":["Linode Instances"],"description":"Resizes a Disk you have permission to `read_write`.\nThe Linode this Disk is attached to must be shut down for resizing to take effect.\nIf you are resizing the Disk to a smaller size, it cannot be made smaller than what is required by the total size of the files current on the Disk. The Disk must not be in use. If the Disk is in use, the request will succeed but the resize will ultimately fail.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-disks-disk-id-resize","objectID":"9eb779a2f350563d81a1f1a1e42d6a6d"},{"name":"List Networking Information","tags":["Linode Instances"],"description":"Returns networking information for a single Linode.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-ips","objectID":"ba68e402cd472e57392c841e55d03b8b"},{"name":"Allocate IPv4 Address","tags":["Linode Instances"],"description":"Allocates a public or private IPv4 address to a Linode. Public IP Addresses, after the one included with each Linode, incur an additional monthly charge. If you need an additional public IP Address you must request one - please [open a support ticket](/api/v4/support-tickets/#post). You may not add more than one private IPv4 address to a single Linode.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-ips","objectID":"ba68e402cd472e57392c841e55d03b8b"},{"name":"View IP Address","tags":["Linode Instances"],"description":"View information about the specified IP address associated with the specified Linode.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-ips-address","objectID":"e4a41cd7c0b34393e29d52750fe9859a"},{"name":"Update IP Address","tags":["Linode Instances"],"description":"Updates a particular IP Address associated with this Linode. Only allows setting/resetting reverse DNS.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-ips-address","objectID":"e4a41cd7c0b34393e29d52750fe9859a"},{"name":"Delete IPv4 Address","tags":["Linode Instances"],"description":"Deletes a public IPv4 address associated with this Linode. This will fail if it is the Linode's last remaining public IPv4 address. Private IPv4 addresses cannot be removed via this endpoint.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-ips-address","objectID":"e4a41cd7c0b34393e29d52750fe9859a"},{"name":"List Kernels","tags":["Linode Instances"],"description":"Lists available Kernels.","href":"https://developers.linode.com/api/v4/linode-kernels","objectID":"1523d467d4f279a65dded5d3cfff4506"},{"name":"View Kernel","tags":["Linode Instances"],"description":"Returns information about a single Kernel.","href":"https://developers.linode.com/api/v4/linode-kernels-kernel-id","objectID":"6457202b7faf10e5779f1176b00de07f"},{"name":"Initiate Pending Host Migration/DC Migration","tags":["Linode Instances"],"description":"Initiate a pending host migration that has been scheduled by Linode or initiate a cross data center (DC) migration. A list of pending migrations, if any, can be accessed from [GET /account/notifications](/api/v4/account-notifications). When the migration begins, your Linode will be shutdown if not already off. If the migration initiated the shutdown, it will reboot the Linode when completed.\n\nTo initiate a cross DC migration, you must pass a `region` parameter to the request body specifying the target data center region. You can view a list of all available regions and their feature capabilities from [GET /regions](/api/v4/regions). If your Linode has a DC migration already queued or you have initiated a previously scheduled migration, you will not be able to initiate a DC migration until it has completed.\n\n**Note:** Next Generation Network (NGN) data centers do not support IPv6 `/116` pools or IP Failover. If you have these features enabled on your Linode and attempt to migrate to an NGN data center, the migration will not initiate. NGN data centers include Toronto and Mumbai.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-migrate","objectID":"323e5a6ca2a82181aaca6ae29ad20f6c"},{"name":"Upgrade Linode","tags":["Linode Instances"],"description":"Linodes created with now-deprecated Types are entitled to a free upgrade to the next generation. A mutating Linode will be allocated any new resources the upgraded Type provides, and will be subsequently restarted if it was currently running.\nIf any actions are currently running or queued, those actions must be completed first before you can initiate a mutate.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-mutate","objectID":"1d17b89d6209dd60d6946718887e98ba"},{"name":"Reboot Linode","tags":["Linode Instances"],"description":"Reboots a Linode you have permission to modify. If any actions are currently running or queued, those actions must be completed first before you can initiate a reboot.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-reboot","objectID":"d61f90aa5e8e5241abb265911316d87e"},{"name":"Rebuild Linode","tags":["Linode Instances"],"description":"Rebuilds a Linode you have the `read_write` permission to modify.\nA rebuild will first shut down the Linode, delete all disks and configs on the Linode, and then deploy a new `image` to the Linode with the given attributes. Additionally:\n * Requires an `image` be supplied.\n * Requires a `root_pass` be supplied to use for the root User's Account.\n * It is recommended to supply SSH keys for the root User using the\n `authorized_keys` field.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-rebuild","objectID":"cb647a8ed3c1141a5644dc495e39ac65"},{"name":"Boot Linode into Rescue Mode","tags":["Linode Instances"],"description":"Rescue Mode is a safe environment for performing many system recovery and disk management tasks. Rescue Mode is based on the Finnix recovery distribution, a self-contained and bootable Linux distribution. You can also use Rescue Mode for tasks other than disaster recovery, such as formatting disks to use different filesystems, copying data between disks, and downloading files from a disk via SSH and SFTP.\n* Note that \"sdh\" is reserved and unavailable during rescue.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-rescue","objectID":"6a9c241a82cb8badcaacd1c2b3c89163"},{"name":"Resize Linode","tags":["Linode Instances"],"description":"Resizes a Linode you have the `read_write` permission to a different Type. If any actions are currently running or queued, those actions must be completed first before you can initiate a resize. Additionally, the following criteria must be met in order to resize a Linode:\n * The Linode must not have a pending migration.\n * Your Account cannot have an outstanding balance.\n * The Linode must not have more disk allocation than the new Type allows.\n * In that situation, you must first delete or resize the disk to be smaller.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-resize","objectID":"96440a75f78f7b5b17aa5a14fd7daa13"},{"name":"Shut Down Linode","tags":["Linode Instances"],"description":"Shuts down a Linode you have permission to modify. If any actions are currently running or queued, those actions must be completed first before you can initiate a shutdown.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-shutdown","objectID":"11638d5582a08809e36da8c44f53646a"},{"name":"View Network Transfer","tags":["Linode Instances"],"description":"Returns a Linode's network transfer pool statistics for the current month.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-transfer","objectID":"b77e1f029258bcf483808457e0430913"},{"name":"View Linode Statistics","tags":["Linode Instances"],"description":"Returns CPU, IO, IPv4, and IPv6 statistics for your Linode for the past 24 hours.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-stats","objectID":"b7685d4395282dd7df1f7297518befcc"},{"name":"View Statistics (year/month)","tags":["Linode Instances"],"description":"Returns statistics for a specific month. The year/month values must be either a date in the past, or the current month. If the current month, statistics will be retrieved for the past 30 days.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-stats-year-month","objectID":"d4f65070928b92a545c410bf47ee10f2"},{"name":"List Linode's Volumes","tags":["Linode Instances"],"description":"View Block Storage Volumes attached to this Linode.","href":"https://developers.linode.com/api/v4/linode-instances-linode-id-volumes","objectID":"5eba1731a4786a8e3a210f010e7664a2"},{"name":"List StackScripts","tags":["StackScripts"],"description":"If the request is not authenticated, only public StackScripts are returned.\n\nFor more information on StackScripts, please read our guide: <a target=\"_top\" href=\"https://www.linode.com/docs/platform/stackscripts/\">Automate Deployment with StackScripts</a>.","href":"https://developers.linode.com/api/v4/linode-stackscripts","objectID":"76e6a75cc83fa1d3a32f7ca8eeaa94c0"},{"name":"Create StackScript","tags":["StackScripts"],"description":"Creates a StackScript in your Account.","href":"https://developers.linode.com/api/v4/linode-stackscripts","objectID":"76e6a75cc83fa1d3a32f7ca8eeaa94c0"},{"name":"View StackScript","tags":["StackScripts"],"description":"Returns all of the information about a specified StackScript, including the contents of the script.","href":"https://developers.linode.com/api/v4/linode-stackscripts-stackscript-id","objectID":"19a4342c5b2f244f31e0e4278282c3a9"},{"name":"Update StackScript","tags":["StackScripts"],"description":"Updates a StackScript.\n\n**Once a StackScript is made public, it cannot be made private.**","href":"https://developers.linode.com/api/v4/linode-stackscripts-stackscript-id","objectID":"19a4342c5b2f244f31e0e4278282c3a9"},{"name":"Delete StackScript","tags":["StackScripts"],"description":"Deletes a private StackScript you have permission to `read_write`. You cannot delete a public StackScript.","href":"https://developers.linode.com/api/v4/linode-stackscripts-stackscript-id","objectID":"19a4342c5b2f244f31e0e4278282c3a9"},{"name":"List Types","tags":["Linode Types"],"description":"Returns collection of Linode Types, including pricing and specifications for each Type. These are used when [creating](/api/v4/linode-instances/#post) or [resizing](/api/v4/linode-instances-linode-id-resize/#post) Linodes.","href":"https://developers.linode.com/api/v4/linode-types","objectID":"1b10960650aa8688cc274833d44becab"},{"name":"View Type","tags":["Linode Types"],"description":"Returns information about a specific Linode Type, including pricing and specifications. This is used when [creating](/api/v4/linode-instances/#post) or [resizing](/api/v4/linode-instances-linode-id-resize/#post) Linodes.","href":"https://developers.linode.com/api/v4/linode-types-type-id","objectID":"5c1d02088e76c828ee14264673fff9fd"},{"name":"List Longview Clients","tags":["Longview"],"description":"Returns a paginated list of Longview Clients you have access to. Longview Client is used to monitor stats on your Linode with the help of the Longview Client application.","href":"https://developers.linode.com/api/v4/longview-clients","objectID":"16a4b31bd04a1d9bec28218aeb138344"},{"name":"Create Longview Client","tags":["Longview"],"description":"Creates a Longview Client. This Client will not begin monitoring the status of your server until you configure the Longview Client application on your Linode using the returning `install_code` and `api_key`.","href":"https://developers.linode.com/api/v4/longview-clients","objectID":"16a4b31bd04a1d9bec28218aeb138344"},{"name":"View Longview Client","tags":["Longview"],"description":"Returns a single Longview Client you can access.","href":"https://developers.linode.com/api/v4/longview-clients-client-id","objectID":"82e641f64be130393ccbfee2ebfe2ccd"},{"name":"Update Longview Client","tags":["Longview"],"description":"Updates a Longview Client. This cannot update how it monitors your server; use the Longview Client application on your Linode for monitoring configuration.","href":"https://developers.linode.com/api/v4/longview-clients-client-id","objectID":"82e641f64be130393ccbfee2ebfe2ccd"},{"name":"Delete Longview Client","tags":["Longview"],"description":"Deletes a Longview Client from your Account.\n\n**All information stored for this client will be lost.**\n\nThis _does not_ uninstall the Longview Client application for your Linode - you must do that manually.","href":"https://developers.linode.com/api/v4/longview-clients-client-id","objectID":"82e641f64be130393ccbfee2ebfe2ccd"},{"name":"List Longview Subscriptions","tags":["Longview"],"description":"Returns a paginated list of available Longview Subscriptions. This is a public endpoint and requires no authentication.","href":"https://developers.linode.com/api/v4/longview-subscriptions","objectID":"0354daada1d07065d95a87e2c1c310cb"},{"name":"View Longview Subscription","tags":["Longview"],"description":"Returns a single LongviewSubscription object. This is a public endpoint and requires no authentication.","href":"https://developers.linode.com/api/v4/longview-subscriptions-subscription-id","objectID":"30a2981a2cd319fbcfff23d2f6b2a874"},{"name":"List Managed Contacts","tags":["Managed"],"description":"Returns a paginated list of Managed Contacts on your Account.","href":"https://developers.linode.com/api/v4/managed-contacts","objectID":"c4d83e919c0e9110320595db0978f935"},{"name":"Create Managed Contact","tags":["Managed"],"description":"Creates a Managed Contact. A Managed Contact is someone Linode special forces can contact in the course of attempting to resolve an issue with a Managed Service.","href":"https://developers.linode.com/api/v4/managed-contacts","objectID":"c4d83e919c0e9110320595db0978f935"},{"name":"View Managed Contact","tags":["Managed"],"description":"Returns a single Managed Contact.","href":"https://developers.linode.com/api/v4/managed-contacts-contact-id","objectID":"37f35f137193d3f2e55e05363ad5eb34"},{"name":"Update Managed Contact","tags":["Managed"],"description":"Updates information about a Managed Contact.","href":"https://developers.linode.com/api/v4/managed-contacts-contact-id","objectID":"37f35f137193d3f2e55e05363ad5eb34"},{"name":"Delete Managed Contact","tags":["Managed"],"description":"Deletes a Managed Contact.","href":"https://developers.linode.com/api/v4/managed-contacts-contact-id","objectID":"37f35f137193d3f2e55e05363ad5eb34"},{"name":"List Managed Credentials","tags":["Managed"],"description":"Returns a paginated list of Managed Credentials on your Account.","href":"https://developers.linode.com/api/v4/managed-credentials","objectID":"a9e98cbeb66bf11aa29278654297f84d"},{"name":"Create Managed Credential","tags":["Managed"],"description":"Creates a Managed Credential. A Managed Credential is stored securely to allow Linode special forces to access your Managed Services and resolve issues.","href":"https://developers.linode.com/api/v4/managed-credentials","objectID":"a9e98cbeb66bf11aa29278654297f84d"},{"name":"View Managed Credential","tags":["Managed"],"description":"Returns a single Managed Credential.","href":"https://developers.linode.com/api/v4/managed-credentials-credential-id","objectID":"113d4a2099ccd0f822001c800c85ea5d"},{"name":"Update Managed Credential","tags":["Managed"],"description":"Updates the label of a Managed Credential. This endpoint does not update the username and password for a Managed Credential. To do this, use the Update Managed Credential Username and Password ([POST /managed/credentials/{credentialId}/update](https://developers.linode.com/api/docs/v4#operation/updateManagedCredentialUsernamePassword)) endpoint instead.","href":"https://developers.linode.com/api/v4/managed-credentials-credential-id","objectID":"113d4a2099ccd0f822001c800c85ea5d"},{"name":"Update Managed Credential Username and Password","tags":["Managed"],"description":"Updates the username and password for a Managed Credential.","href":"https://developers.linode.com/api/v4/managed-credentials-credential-id-update","objectID":"2ec4bfa75fe356518637a0d4bb1cb420"},{"name":"Delete Managed Credential","tags":["Managed"],"description":"Deletes a Managed Credential. Linode special forces will no longer have access to this Credential when attempting to resolve issues.","href":"https://developers.linode.com/api/v4/managed-credentials-credential-id-revoke","objectID":"cebf46d58ab3665951ba36f5df5a5023"},{"name":"View Managed SSH Key","tags":["Managed"],"description":"Returns the unique SSH public key assigned to your Linode account's Managed service. If you [add this public key](https://www.linode.com/docs/platform/linode-managed/#adding-the-public-key) to a Linode on your account, Linode special forces will be able to log in to the Linode with this key when attempting to resolve issues.","href":"https://developers.linode.com/api/v4/managed-credentials-sshkey","objectID":"70dcc802bb64432542d97c54b2fd8068"},{"name":"List Managed Issues","tags":["Managed"],"description":"Returns a paginated list of recent and ongoing issues detected on your Managed Services.","href":"https://developers.linode.com/api/v4/managed-issues","objectID":"e49e28aefad3fefce6a57ca40d5dc36a"},{"name":"View Managed Issue","tags":["Managed"],"description":"Returns a single Issue that is impacting or did impact one of your Managed Services.","href":"https://developers.linode.com/api/v4/managed-issues-issue-id","objectID":"2994e730b63c1adfa9d3eb28d642cb00"},{"name":"List Managed Linode Settings","tags":["Managed"],"description":"Returns a paginated list of Managed Settings for your Linodes. There will be one entry per Linode on your Account.","href":"https://developers.linode.com/api/v4/managed-linode-settings","objectID":"f530c8dc23ea042e1df705fe92955a32"},{"name":"View Linode's Managed Settings","tags":["Managed"],"description":"Returns a single Linode's Managed settings.","href":"https://developers.linode.com/api/v4/managed-linode-settings-linode-id","objectID":"27d5c727c580c6883c4f46ddbfcd4278"},{"name":"Update Linode's Managed Settings","tags":["Managed"],"description":"Updates a single Linode's Managed settings.","href":"https://developers.linode.com/api/v4/managed-linode-settings-linode-id","objectID":"27d5c727c580c6883c4f46ddbfcd4278"},{"name":"List Managed Services","tags":["Managed"],"description":"Returns a paginated list of Managed Services on your Account. These are the services Linode Managed is monitoring and will report and attempt to resolve issues with.","href":"https://developers.linode.com/api/v4/managed-services","objectID":"d61c54f51b04be2a81dc42c424ba54bf"},{"name":"Create Managed Service","tags":["Managed"],"description":"Creates a Managed Service. Linode Managed will begin monitoring this service and reporting and attempting to resolve any Issues.","href":"https://developers.linode.com/api/v4/managed-services","objectID":"d61c54f51b04be2a81dc42c424ba54bf"},{"name":"View Managed Service","tags":["Managed"],"description":"Returns information about a single Managed Service on your Account.","href":"https://developers.linode.com/api/v4/managed-services-service-id","objectID":"96287cf0356e24f71e0f81f3d4646a5a"},{"name":"Update Managed Service","tags":["Managed"],"description":"Updates information about a Managed Service.","href":"https://developers.linode.com/api/v4/managed-services-service-id","objectID":"96287cf0356e24f71e0f81f3d4646a5a"},{"name":"Delete Managed Service","tags":["Managed"],"description":"Deletes a Managed Service. This service will no longer be monitored by Linode Managed.","href":"https://developers.linode.com/api/v4/managed-services-service-id","objectID":"96287cf0356e24f71e0f81f3d4646a5a"},{"name":"Disable Managed Service","tags":["Managed"],"description":"Temporarily disables monitoring of a Managed Service.","href":"https://developers.linode.com/api/v4/managed-services-service-id-disable","objectID":"15f5ceb472791041b5e7199bb561c0e3"},{"name":"Enable Managed Service","tags":["Managed"],"description":"Enables monitoring of a Managed Service.","href":"https://developers.linode.com/api/v4/managed-services-service-id-enable","objectID":"8ee6c53276b5ba2dd059c4d3f8f18d80"},{"name":"List IP Addresses","tags":["Networking"],"description":"Returns a paginated list of IP Addresses on your Account, excluding private addresses.","href":"https://developers.linode.com/api/v4/networking-ips","objectID":"d8717a09b636321945ff4ed90550b135"},{"name":"Allocate IP Address","tags":["Networking"],"description":"Allocates a new IPv4 Address on your Account. The Linode must be configured to support additional addresses - please [open a support ticket](/api/v4/support-tickets/#post) requesting additional addresses before attempting allocation.","href":"https://developers.linode.com/api/v4/networking-ips","objectID":"d8717a09b636321945ff4ed90550b135"},{"name":"View IP Address","tags":["Networking"],"description":"Returns information about a single IP Address on your Account.","href":"https://developers.linode.com/api/v4/networking-ips-address","objectID":"c9a041568dd64c0da5084a90f7464273"},{"name":"Update IP Address RDNS","tags":["Networking"],"description":"Sets RDNS on an IP Address. Forward DNS must already be set up for reverse DNS to be applied. If you set the RDNS to `null` for public IPv4 addresses, it will be reset to the default _members.linode.com_ RDNS value.","href":"https://developers.linode.com/api/v4/networking-ips-address","objectID":"c9a041568dd64c0da5084a90f7464273"},{"name":"Assign IPs to Linodes","tags":["Networking"],"description":"Assign multiple IPs to multiple Linodes in one Region. This allows swapping, shuffling, or otherwise reorganizing IPv4 Addresses to your Linodes. When the assignment is finished, all Linodes must end up with at least one public IPv4 and no more than one private IPv4.","href":"https://developers.linode.com/api/v4/networking-ipv-4-assign","objectID":"295f6b35a941543fb87ac6c0395bea70"},{"name":"Configure IP Sharing","tags":["Networking"],"description":"Configure shared IPs. A shared IP may be brought up on a Linode other than the one it lists in its response. This can be used to allow one Linode to begin serving requests should another become unresponsive.","href":"https://developers.linode.com/api/v4/networking-ipv-4-share","objectID":"8309ee36e0f362b3fe84000c788f22df"},{"name":"List IPv6 Pools","tags":["Networking"],"description":"Displays the IPv6 pools on your Account.","href":"https://developers.linode.com/api/v4/networking-ipv-6-pools","objectID":"cf73800144805cfdf44e4116b1a9283e"},{"name":"List IPv6 Ranges","tags":["Networking"],"description":"Displays the IPv6 ranges on your Account.","href":"https://developers.linode.com/api/v4/networking-ipv-6-ranges","objectID":"432a92a0fe2b200284f0188cc4ccced7"},{"name":"List NodeBalancers","tags":["NodeBalancers"],"description":"Returns a paginated list of NodeBalancers you have access to.","href":"https://developers.linode.com/api/v4/nodebalancers","objectID":"0b2a29a4c85f0c78236f5e519f4adcf9"},{"name":"Create NodeBalancer","tags":["NodeBalancers"],"description":"Creates a NodeBalancer in the requested Region. This NodeBalancer will not start serving requests until it is configured.","href":"https://developers.linode.com/api/v4/nodebalancers","objectID":"0b2a29a4c85f0c78236f5e519f4adcf9"},{"name":"View NodeBalancer","tags":["NodeBalancers"],"description":"Returns a single NodeBalancer you can access.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id","objectID":"8522d2e9f571b311f396b3cb1261f3de"},{"name":"Update NodeBalancer","tags":["NodeBalancers"],"description":"Updates information about a NodeBalancer you can access.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id","objectID":"8522d2e9f571b311f396b3cb1261f3de"},{"name":"Delete NodeBalancer","tags":["NodeBalancers"],"description":"Deletes a NodeBalancer.\n\n**This is a destructive action and cannot be undone.**\n\nDeleting a NodeBalancer will also delete all associated Configs and Nodes, although the backend servers represented by the Nodes will not be changed or removed. Deleting a NodeBalancer will cause you to lose access to the IP Addresses assigned to this NodeBalancer.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id","objectID":"8522d2e9f571b311f396b3cb1261f3de"},{"name":"List Configs","tags":["NodeBalancers"],"description":"Returns a paginated list of NodeBalancer Configs associated with this NodeBalancer. NodeBalancer Configs represent individual ports that this NodeBalancer will accept traffic on, one Config per port.\n\nFor example, if you wanted to accept standard HTTP traffic, you would need a Config listening on port 80.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs","objectID":"5ec6008006b3bba0cb5404d1b23f3830"},{"name":"Create Config","tags":["NodeBalancers"],"description":"Creates a NodeBalancer Config, which allows the NodeBalancer to accept traffic on a new port. You will need to add NodeBalancer Nodes to the new Config before it can actually serve requests.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs","objectID":"5ec6008006b3bba0cb5404d1b23f3830"},{"name":"View Config","tags":["NodeBalancers"],"description":"Returns configuration information for a single port of this NodeBalancer.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id","objectID":"f8719ede66621957ad8fa0dbbd88de36"},{"name":"Update Config","tags":["NodeBalancers"],"description":"Updates the configuration for a single port on a NodeBalancer.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id","objectID":"f8719ede66621957ad8fa0dbbd88de36"},{"name":"Delete Config","tags":["NodeBalancers"],"description":"Deletes the Config for a port of this NodeBalancer.\n\n**This cannot be undone.**\n\nOnce completed, this NodeBalancer will no longer respond to requests on the given port. This also deletes all associated NodeBalancerNodes, but the Linodes they were routing traffic to will be unchanged and will not be removed.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id","objectID":"f8719ede66621957ad8fa0dbbd88de36"},{"name":"Rebuild Config","tags":["NodeBalancers"],"description":"Rebuilds a NodeBalancer Config and its Nodes that you have permission to modify.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-rebuild","objectID":"312e5e826d33a117ab6eeda7d6d61995"},{"name":"List Nodes","tags":["NodeBalancers"],"description":"Returns a paginated list of NodeBalancer nodes associated with this Config. These are the backends that will be sent traffic for this port.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes","objectID":"a42e77c5697f4b0f80266285dab76cf4"},{"name":"Create Node","tags":["NodeBalancers"],"description":"Creates a NodeBalancer Node, a backend that can accept traffic for this NodeBalancer Config. Nodes are routed requests on the configured port based on their status.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes","objectID":"a42e77c5697f4b0f80266285dab76cf4"},{"name":"View Node","tags":["NodeBalancers"],"description":"Returns information about a single Node, a backend for this NodeBalancer's configured port.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes-node-id","objectID":"e9f49e505d106adccf62050be0464096"},{"name":"Update Node","tags":["NodeBalancers"],"description":"Updates information about a Node, a backend for this NodeBalancer's configured port.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes-node-id","objectID":"e9f49e505d106adccf62050be0464096"},{"name":"Delete Node","tags":["NodeBalancers"],"description":"Deletes a Node from this Config. This backend will no longer receive traffic for the configured port of this NodeBalancer.\n\nThis does not change or remove the Linode whose address was used in the creation of this Node.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes-node-id","objectID":"e9f49e505d106adccf62050be0464096"},{"name":"View NodeBalancer Statistics","tags":["NodeBalancers"],"description":"Returns detailed statistics about the requested NodeBalancer.","href":"https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-stats","objectID":"ec881429f5acc57c7b17f4c0f3beb76f"},{"name":"List Object Storage Buckets","tags":["Object Storage"],"description":"Returns a paginated list of all Object Storage Buckets that you own.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/serviceops/) directly.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-buckets","objectID":"25478261215a87fe732f3feaee6bfcd9"},{"name":"Create Object Storage Bucket","tags":["Object Storage"],"description":"Creates an Object Storage Bucket in the cluster specified. If the\nbucket already exists and is owned by you, this endpoint will return a\n`200` response with that bucket as if it had just been created.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#put-bucket) directly.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-buckets","objectID":"25478261215a87fe732f3feaee6bfcd9"},{"name":"View Object Storage Bucket","tags":["Object Storage"],"description":"Returns a single Object Storage Bucket.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#get-bucket) directly.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket","objectID":"2de34aa1e31d6ac0fff2d4f53eaca95b"},{"name":"Remove Object Storage Bucket","tags":["Object Storage"],"description":"Removes a single bucket. While buckets containing objects _may_ be deleted by including the `force` option in the request, such operations will fail if the bucket contains too many objects. The recommended way to empty large buckets is to use the [S3 API to configure lifecycle policies](https://docs.ceph.com/docs/master/radosgw/bucketpolicy/#) that remove all objects, then delete the bucket.\n\nThis endpoint is available for convenience. It is recommended that instead you use the more [fully- featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#delete-bucket) directly.\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with `/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking updates in the future. This notice will be removed when this endpoint is out of beta.","href":"https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket","objectID":"2de34aa1e31d6ac0fff2d4f53eaca95b"},{"name":"Modify Object Storage Bucket Access","tags":["Object Storage"],"description":"Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.\nOnly allows enabling/disabling CORS for all origins, and/or setting canned ACLs.\nFor more fine-grained control of both systems, please use the S3 API directly.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#put-bucket-acl) directly.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket-access","objectID":"0cf5555f5dc72fca30ab581615041ca8"},{"name":"List Object Storage Bucket Contents","tags":["Object Storage"],"description":"Returns the contents of a bucket. The contents are paginated using a `marker`,\nwhich is the name of the last object on the previous page. Objects may\nbe filtered by `prefix` and `delimiter` as well; see Query Parameters for more\ninformation.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/docs/luminous/radosgw/s3/bucketops/#get-bucket) directly.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket-object-list","objectID":"6f92dd93c0895bd2e7b80ab92ac33daa"},{"name":"Create Object Storage Object URL","tags":["Object Storage"],"description":"Creates a pre-signed URL to access a single Object in a bucket. This\ncan be used to share objects, and also to create/delete objects by using\nthe appropriate HTTP method in your request body's `method` parameter.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/)\ndirectly.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket-object-url","objectID":"40ff94dcd2114ceabf090bcc2e704f55"},{"name":"List Clusters","tags":["Object Storage"],"description":"Returns a paginated list of Object Storage Clusters that are available for\nuse. Users can connect to the clusters with third party clients to create buckets\nand upload objects.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receiving breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-clusters","objectID":"c4756357c31e39d49702b956b8e1f66c"},{"name":"View Cluster","tags":["Object Storage"],"description":"Returns a single Object Storage Cluster.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receiving breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-clusters-cluster-id","objectID":"d51236fd9dc3af213e2fdb8082414bb2"},{"name":"List Object Storage Keys","tags":["Object Storage"],"description":"Returns a paginated list of Object Storage Keys for authenticating to\nthe Object Storage S3 API.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receiving breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-keys","objectID":"65ab8fd20ab96b5a415b4998fe3acfed"},{"name":"Create an Object Storage Key","tags":["Object Storage"],"description":"Provisions a new Object Storage Key on your account.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receiving breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-keys","objectID":"65ab8fd20ab96b5a415b4998fe3acfed"},{"name":"View Object Storage Key","tags":["Object Storage"],"description":"Returns a single Object Storage Key provisioned for your account.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receiving breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-keys-key-id","objectID":"af996e7cb90cdca106b5748b022a30bf"},{"name":"Update an Object Storage Key","tags":["Object Storage"],"description":"Updates an Object Storage Key on your account.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receiving breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-keys-key-id","objectID":"af996e7cb90cdca106b5748b022a30bf"},{"name":"Revoke Object Storage Key","tags":["Object Storage"],"description":"Revokes an Object Storage Key. This keypair will no longer be usable by third-party clients.\n\n\n**Beta**: This endpoint is in beta. Please make sure to prepend all requests with\n`/v4beta` instead of `/v4`, and be aware that this endpoint may receiving breaking\nupdates in the future. This notice will be removed when this endpoint is out of\nbeta.","href":"https://developers.linode.com/api/v4/object-storage-keys-key-id","objectID":"af996e7cb90cdca106b5748b022a30bf"},{"name":"View Profile","tags":["Profile"],"description":"Returns information about the current User. This can be used to see who is acting in applications where more than one token is managed. For example, in third-party OAuth applications.\n\nThis endpoint is always accessible, no matter what OAuth scopes the acting token has.","href":"https://developers.linode.com/api/v4/profile","objectID":"c838c8e7da73bfc08645a117e4df91f3"},{"name":"Update Profile","tags":["Profile"],"description":"Update information in your Profile. This endpoint requires the \"account:read_write\" OAuth Scope.","href":"https://developers.linode.com/api/v4/profile","objectID":"c838c8e7da73bfc08645a117e4df91f3"},{"name":"List Authorized Apps","tags":["Profile"],"description":"This is a collection of OAuth apps that you've given access to your Account, and includes the level of access granted.","href":"https://developers.linode.com/api/v4/profile-apps","objectID":"ae67779bea0033d7d4fbd3c9813d683a"},{"name":"View Authorized App","tags":["Profile"],"description":"Returns information about a single app you've authorized to access your Account.","href":"https://developers.linode.com/api/v4/profile-apps-app-id","objectID":"a45322d026cbd7de94afdeccc82d1ead"},{"name":"Revoke App Access","tags":["Profile"],"description":"Expires this app token. This token may no longer be used to access your Account.","href":"https://developers.linode.com/api/v4/profile-apps-app-id","objectID":"a45322d026cbd7de94afdeccc82d1ead"},{"name":"List Grants","tags":["Profile"],"description":"This returns a GrantsResponse describing what the acting User has been granted access to. For unrestricted users, this will return a 204 and no body because unrestricted users have access to everything without grants. This will not return information about entities you do not have access to. This endpoint is useful when writing third-party OAuth applications to see what options you should present to the acting User.\n\nFor example, if they do not have `global.add_linodes`, you might not display a button to deploy a new Linode.\n\nAny client may access this endpoint; no OAuth scopes are required.","href":"https://developers.linode.com/api/v4/profile-grants","objectID":"32ca12ded1f06548153dc86352cb0e89"},{"name":"Disable Two Factor Authentication","tags":["Profile"],"description":"Disables Two Factor Authentication for your User. Once successful, login attempts from untrusted computers will only require a password before being successful. This is less secure, and is discouraged.","href":"https://developers.linode.com/api/v4/profile-tfa-disable","objectID":"cb75235058ee3a6c2e92408eec362fd8"},{"name":"Create Two Factor Secret","tags":["Profile"],"description":"Generates a Two Factor secret for your User. TFA will not be enabled until you have successfully confirmed the code you were given with [tfa-enable-confirm](/api/v4/profile-tfa-enable-confirm/#post) (see below). Once enabled, logins from untrusted computers will be required to provide a TFA code before they are successful.","href":"https://developers.linode.com/api/v4/profile-tfa-enable","objectID":"4328e5db4f2752584067d22e04f0c999"},{"name":"Confirm/Enable Two Factor Authentication","tags":["Profile"],"description":"Confirms that you can successfully generate Two Factor codes and enables TFA on your Account. Once this is complete, login attempts from untrusted computers will be required to provide a Two Factor code before they are successful.","href":"https://developers.linode.com/api/v4/profile-tfa-enable-confirm","objectID":"128c484a4e0fb8b68ea1504f05b947e5"},{"name":"List Personal Access Tokens","tags":["Profile"],"description":"Returns a paginated list of Personal Access Tokens currently active for your User.","href":"https://developers.linode.com/api/v4/profile-tokens","objectID":"9003a043d129336fd302f3484e315ff6"},{"name":"Create Personal Access Token","tags":["Profile"],"description":"Creates a Personal Access Token for your User. The raw token will be returned in the response, but will never be returned again afterward so be sure to take note of it. You may create a token with _at most_ the scopes of your current token. The created token will be able to access your Account until the given expiry, or until it is revoked.","href":"https://developers.linode.com/api/v4/profile-tokens","objectID":"9003a043d129336fd302f3484e315ff6"},{"name":"View Personal Access Token","tags":["Profile"],"description":"Returns a single Personal Access Token.","href":"https://developers.linode.com/api/v4/profile-tokens-token-id","objectID":"5be5aa728d6089de23b0f41c51a39aed"},{"name":"Update Personal Access Token","tags":["Profile"],"description":"Updates a Personal Access Token.","href":"https://developers.linode.com/api/v4/profile-tokens-token-id","objectID":"5be5aa728d6089de23b0f41c51a39aed"},{"name":"Revoke Personal Access Token","tags":["Profile"],"description":"Revokes a Personal Access Token. The token will be invalidated immediately, and requests using that token will fail with a 401. It is possible to revoke access to the token making the request to revoke a token, but keep in mind that doing so could lose you access to the api and require you to create a new token through some other means.","href":"https://developers.linode.com/api/v4/profile-tokens-token-id","objectID":"5be5aa728d6089de23b0f41c51a39aed"},{"name":"List Trusted Devices","tags":["Profile"],"description":"Returns a paginated list of active TrustedDevices for your User. Browsers with an active Remember Me Session are logged into your account until the session expires or is revoked.","href":"https://developers.linode.com/api/v4/profile-devices","objectID":"92430b15fcdf254f164a6323410a5b89"},{"name":"View Trusted Device","tags":["Profile"],"description":"Returns a single active TrustedDevice for your User.","href":"https://developers.linode.com/api/v4/profile-devices-device-id","objectID":"25df834e91109026bff4fc893c2eac4c"},{"name":"Revoke Trusted Device","tags":["Profile"],"description":"Revoke an active TrustedDevice for your User. Once a TrustedDevice is revoked, this device will have to log in again before accessing your Linode account.","href":"https://developers.linode.com/api/v4/profile-devices-device-id","objectID":"25df834e91109026bff4fc893c2eac4c"},{"name":"List SSH Keys","tags":["Profile"],"description":"Returns a collection of SSH Keys you've added to your Profile.","href":"https://developers.linode.com/api/v4/profile-sshkeys","objectID":"ec0f5cf473d72542c8deb265ebb80581"},{"name":"Add SSH Key","tags":["Profile"],"description":"Adds an SSH Key to your Account profile.","href":"https://developers.linode.com/api/v4/profile-sshkeys","objectID":"ec0f5cf473d72542c8deb265ebb80581"},{"name":"View SSH Key","tags":["Profile"],"description":"Returns a single SSH Key object identified by `id` that you have access to view.","href":"https://developers.linode.com/api/v4/profile-sshkeys-ssh-key-id","objectID":"80e3a8d5ebf738d8a5758d01a9834e61"},{"name":"Update SSH Key","tags":["Profile"],"description":"Updates an SSH Key that you have permission to `read_write`.","href":"https://developers.linode.com/api/v4/profile-sshkeys-ssh-key-id","objectID":"80e3a8d5ebf738d8a5758d01a9834e61"},{"name":"Delete SSH Key","tags":["Profile"],"description":"Deletes an SSH Key you have access to.\n\n**Note:** deleting an SSH Key will *not* remove it from any Linode or Disk that was deployed with `authorized_keys`. In those cases, the keys must be manually deleted on the Linode or Disk. This endpoint will only delete the key's association from your Profile.","href":"https://developers.linode.com/api/v4/profile-sshkeys-ssh-key-id","objectID":"80e3a8d5ebf738d8a5758d01a9834e61"},{"name":"View User Preferences","tags":["Profile"],"description":"View a list of user preferences tied to the OAuth client that generated\nthe token making the request. The user preferences endpoints allow\nconsumers of the API to store arbitrary JSON data, such as a user's font\nsize preference or preferred display name. User preferences are available\nfor each OAuth client registered to your account, and as such an account can\nhave multiple user preferences.","href":"https://developers.linode.com/api/v4/profile-preferences","objectID":"9b381c96be364a593abea1cbd81649f0"},{"name":"Update User Preferences","tags":["Profile"],"description":"Updates a user's preferences. These preferences are tied to the OAuth client that generated the token making the request. The user preferences endpoints allow consumers of the API to store arbitrary JSON data, such as a user's font size preference or preferred display name. An account may have multiple preferences. Preferences, and the pertaining request body, may contain any arbitrary JSON data that the user would like to store.","href":"https://developers.linode.com/api/v4/profile-preferences","objectID":"9b381c96be364a593abea1cbd81649f0"},{"name":"List Regions","tags":["Regions"],"description":"Lists the Regions available for Linode services. Not all services are guaranteed to be\navailable in all Regions.","href":"https://developers.linode.com/api/v4/regions","objectID":"36a9a17f2f25c40e261578afe03e4b60"},{"name":"View Region","tags":["Regions"],"description":"Returns a single Region.","href":"https://developers.linode.com/api/v4/regions-region-id","objectID":"eb7ac6669f1eef8603aceaf9501b9bd2"},{"name":"List Support Tickets","tags":["Support"],"description":"Returns a collection of Support Tickets on your Account. Support Tickets can be both tickets you open with Linode for support, as well as tickets generated by Linode regarding your Account.\nThis collection includes all Support Tickets generated on your Account, with open tickets returned first.","href":"https://developers.linode.com/api/v4/support-tickets","objectID":"eb094c6199b1dcaee454cf28b945c77f"},{"name":"Open Support Ticket","tags":["Support"],"description":"Open a Support Ticket.\nOnly one of the ID attributes (`linode_id`, `domain_id`, etc.) can be set on a single Support Ticket.","href":"https://developers.linode.com/api/v4/support-tickets","objectID":"eb094c6199b1dcaee454cf28b945c77f"},{"name":"View Support Ticket","tags":["Support"],"description":"Returns a Support Ticket under your Account.","href":"https://developers.linode.com/api/v4/support-tickets-ticket-id","objectID":"fe952e98a42e49b1233f1bed06cbaca9"},{"name":"Create Ticket Attachment","tags":["Support"],"description":"Adds a file attachment to an existing Support Ticket on your Account. File attachments are used to assist our Support team in resolving your Ticket. Examples of attachments are screen shots and text files that provide additional information.\nNote: Accepted file extensions include: .gif, .jpg, .jpeg, .pjpg, .pjpeg, .tif, .tiff, .png, .pdf, or .txt.","href":"https://developers.linode.com/api/v4/support-tickets-ticket-id-attachments","objectID":"d432c0156cf75deb0a6f57bb607e10be"},{"name":"Close Support Ticket","tags":["Support"],"description":"Closes a Support Ticket you have access to modify.","href":"https://developers.linode.com/api/v4/support-tickets-ticket-id-close","objectID":"d383a19e6acf5fef6d6f2c468faf6106"},{"name":"List Replies","tags":["Support"],"description":"Returns a collection of replies to a Support Ticket on your Account.","href":"https://developers.linode.com/api/v4/support-tickets-ticket-id-replies","objectID":"2acb97738084512a0bce2003d532aa7a"},{"name":"Create Reply","tags":["Support"],"description":"Adds a reply to an existing Support Ticket.","href":"https://developers.linode.com/api/v4/support-tickets-ticket-id-replies","objectID":"2acb97738084512a0bce2003d532aa7a"},{"name":"List Tags","tags":["Tags"],"description":"Tags are User-defined labels attached to objects in your Account, such as Linodes. They are used for specifying and grouping attributes of objects that are relevant to the User.\n\nThis endpoint returns a paginated list of Tags on your account.","href":"https://developers.linode.com/api/v4/tags","objectID":"cd448d7bcbee901f1a6c4c5e94decac1"},{"name":"Create New Tag","tags":["Tags"],"description":"Creates a new Tag and optionally tags requested objects with it immediately.\n\n**Important**: You must be an unrestricted User in order to add or modify Tags.","href":"https://developers.linode.com/api/v4/tags","objectID":"cd448d7bcbee901f1a6c4c5e94decac1"},{"name":"List Tagged Objects","tags":["Tags"],"description":"Returns a paginated list of all objects you've tagged with the requested Tag. This is a mixed collection of all object types.","href":"https://developers.linode.com/api/v4/tags-label","objectID":"6f876763932e8e0bce03c0cd0acd0991"},{"name":"Delete a Tag","tags":["Tags"],"description":"Remove a Tag from all objects and delete it.\n\n**Important**: You must be an unrestricted User in order to add or modify Tags.","href":"https://developers.linode.com/api/v4/tags-label","objectID":"6f876763932e8e0bce03c0cd0acd0991"},{"name":"List Volumes","tags":["Volumes"],"description":"Returns a paginated list of Volumes you have permission to view.","href":"https://developers.linode.com/api/v4/volumes","objectID":"7e8a390ef4f635c11dd336d60b7c749b"},{"name":"Create Volume","tags":["Volumes"],"description":"Creates a Volume on your Account. In order for this to complete successfully, your User must have the `add_volumes` grant. Creating a new Volume will start accruing additional charges on your account.","href":"https://developers.linode.com/api/v4/volumes","objectID":"7e8a390ef4f635c11dd336d60b7c749b"},{"name":"View Volume","tags":["Volumes"],"description":"Get information about a single Volume.","href":"https://developers.linode.com/api/v4/volumes-volume-id","objectID":"51d5f2ba8a873d74a7456f8a0e0040bb"},{"name":"Update Volume","tags":["Volumes"],"description":"Updates a Volume that you have permission to `read_write`.","href":"https://developers.linode.com/api/v4/volumes-volume-id","objectID":"51d5f2ba8a873d74a7456f8a0e0040bb"},{"name":"Delete Volume","tags":["Volumes"],"description":"Deletes a Volume you have permission to `read_write`.\n\n**Deleting a Volume is a destructive action and cannot be undone.**\n\nDeleting stops billing for the Volume. You will be billed for time used within\nthe billing period the Volume was active.","href":"https://developers.linode.com/api/v4/volumes-volume-id","objectID":"51d5f2ba8a873d74a7456f8a0e0040bb"},{"name":"Attach Volume","tags":["Volumes"],"description":"Attaches a Volume on your Account to an existing Linode on your Account. In order for this request to complete successfully, your User must have `read_only` or `read_write` permission to the Volume and `read_write` permission to the Linode. Additionally, the Volume and Linode must be located in the same Region.","href":"https://developers.linode.com/api/v4/volumes-volume-id-attach","objectID":"6af11e972c2e305c909b8251de18aa6c"},{"name":"Clone Volume","tags":["Volumes"],"description":"Creates a Volume on your Account. In order for this request to complete successfully, your User must have the `add_volumes` grant. The new Volume will have the same size and data as the source Volume. Creating a new Volume will incur a charge on your Account.","href":"https://developers.linode.com/api/v4/volumes-volume-id-clone","objectID":"154d53bb90ce5721ad9957eda22be34f"},{"name":"Detach Volume","tags":["Volumes"],"description":"Detaches a Volume on your Account from a Linode on your Account. In order for this request to complete successfully, your User must have `read_write` access to the Volume and `read_write` access to the Linode.","href":"https://developers.linode.com/api/v4/volumes-volume-id-detach","objectID":"1dd5742916c5ef040ebb9ad09279565e"},{"name":"Resize Volume","tags":["Volumes"],"description":"Resize an existing Volume on your Account. In order for this request to complete successfully, your User must have the `read_write` permissions to the Volume.\n* Volumes can only be resized up.","href":"https://developers.linode.com/api/v4/volumes-volume-id-resize","objectID":"b5102069e274752be52b6f3072342dae"}]