# CUDO Compute ## Docs - [Create an API key](https://docs.cudocompute.com/api/api-keys/create-an-api-key.md): Generates a new API key for the requesting user. The API key is returned in the response, and this is the only time it can be retrieved. - [Delete an API key](https://docs.cudocompute.com/api/api-keys/delete-an-api-key.md): Deletes an API key, revoking all access for requests that use the key. - [List API keys](https://docs.cudocompute.com/api/api-keys/list-api-keys.md): List all API keys created by the requesting user. This does not include the API key itself which is only returned when the API key is first created. - [Authentication](https://docs.cudocompute.com/api/authentication.md): Learn how to authenticate with the CUDO Compute API using API keys, manage key rotation, and avoid common errors. - [Add a billing account permission](https://docs.cudocompute.com/api/billing/add-a-billing-account-permission.md): Grants a user permission to access a billing account. - [Add a payment method](https://docs.cudocompute.com/api/billing/add-a-payment-method.md): Retrieves a setup intent for adding a payment method to a billing account. - [Add credit to a billing account](https://docs.cudocompute.com/api/billing/add-credit-to-a-billing-account.md): Adds credit to a billing account using a specified payment method. - [Create a billing account](https://docs.cudocompute.com/api/billing/create-a-billing-account.md): Creates a new billing account. - [Create a checkout session for credit payment](https://docs.cudocompute.com/api/billing/create-a-checkout-session-for-credit-payment.md): Creates a checkout session for adding credit to a billing account. - [Delete a billing account](https://docs.cudocompute.com/api/billing/delete-a-billing-account.md): Deletes a billing account. The billing account must have no linked projects or outstanding invoices. - [Get a billing account](https://docs.cudocompute.com/api/billing/get-a-billing-account.md): Retrieves a billing account. - [Get billing account details](https://docs.cudocompute.com/api/billing/get-billing-account-details.md): Retrieves detailed information about a billing account. - [Get billing account spend details](https://docs.cudocompute.com/api/billing/get-billing-account-spend-details.md): Retrieves a detailed spend report for a billing account during a specified time period. - [Get payment methods](https://docs.cudocompute.com/api/billing/get-payment-methods.md): Retrieves the payment methods associated with a billing account. - [List billing account permissions](https://docs.cudocompute.com/api/billing/list-billing-account-permissions.md): Lists user permissions granted for a billing account. - [List billing account projects](https://docs.cudocompute.com/api/billing/list-billing-account-projects.md): Lists projects that are billed to a billing account. - [List billing account transactions](https://docs.cudocompute.com/api/billing/list-billing-account-transactions.md): Lists transactions for a billing account. - [List billing accounts](https://docs.cudocompute.com/api/billing/list-billing-accounts.md): Lists billing accounts that can be accessed by the current user. - [List credit balance transactions](https://docs.cudocompute.com/api/billing/list-credit-balance-transactions.md): Lists credit balance transactions for a billing account. - [List invoices](https://docs.cudocompute.com/api/billing/list-invoices.md): Lists invoices for a billing account. - [List outstanding invoices](https://docs.cudocompute.com/api/billing/list-outstanding-invoices.md): Lists all outstanding invoices across billing accounts that the current user has access to. - [Remove a billing account permission](https://docs.cudocompute.com/api/billing/remove-a-billing-account-permission.md): Revokes a user's permission to access a billing account. - [Remove a payment method](https://docs.cudocompute.com/api/billing/remove-a-payment-method.md): Removes a payment method from a billing account. - [Set default payment method](https://docs.cudocompute.com/api/billing/set-default-payment-method.md): Sets a payment method as the default for a billing account. - [Undelete a billing account](https://docs.cudocompute.com/api/billing/undelete-a-billing-account.md): Cancel the deletion of a billing account. - [Update a billing account](https://docs.cudocompute.com/api/billing/update-a-billing-account.md): Updates the details of a billing account. Only the display name, invoice name, email, tax ID, and billing address can be updated. - [Changelog](https://docs.cudocompute.com/api/changelog.md): Product updates and announcements - [Create a cluster](https://docs.cudocompute.com/api/clusters/create-a-cluster.md): Creates a new cluster. - [Delete a cluster](https://docs.cudocompute.com/api/clusters/delete-a-cluster.md): Deletes a cluster. All data on machines within the cluster will be lost. - [Delete a cluster machine](https://docs.cudocompute.com/api/clusters/delete-a-cluster-machine.md): Removes a machine from a cluster. All data on the machine will be lost. - [Get a cluster](https://docs.cudocompute.com/api/clusters/get-a-cluster.md): Gets the details of a cluster. - [Get a cluster machine type](https://docs.cudocompute.com/api/clusters/get-a-cluster-machine-type.md): Gets the details of a cluster machine type. - [List cluster machine types](https://docs.cudocompute.com/api/clusters/list-cluster-machine-types.md): Lists the types of cluster machines that can be provisioned. - [List clusters](https://docs.cudocompute.com/api/clusters/list-clusters.md): Lists clusters within a project. - [Reboot a cluster machine](https://docs.cudocompute.com/api/clusters/reboot-a-cluster-machine.md): Reboots a machine in a cluster. - [Rename a cluster machine](https://docs.cudocompute.com/api/clusters/rename-a-cluster-machine.md): Renames a machine in a cluster. This can be useful if you are assigning specific roles to machines in the cluster. - [Update a cluster](https://docs.cudocompute.com/api/clusters/update-a-cluster.md): Updates a cluster. - [Update a cluster machine](https://docs.cudocompute.com/api/clusters/update-a-cluster-machine.md): Updates a machine in a cluster. - [Create a disk](https://docs.cudocompute.com/api/disks/create-a-disk.md): Creates a new virtual machine disk. - [Delete a disk](https://docs.cudocompute.com/api/disks/delete-a-disk.md): Deletes a virtual machine disk. The disk must be detached from any virtual machines before it can be deleted. - [Get a disk](https://docs.cudocompute.com/api/disks/get-a-disk.md): Retrieves the details of a virtual machine disk. - [List disks](https://docs.cudocompute.com/api/disks/list-disks.md): Lists virtual machine disks in a project. - [Resize a virtual machine disk](https://docs.cudocompute.com/api/disks/resize-a-virtual-machine-disk.md): Resizes a disk attached to a virtual machine. The new size must be larger than the current size. - [Errors](https://docs.cudocompute.com/api/errors.md): How CUDO Compute surfaces API errors using the Google API Improvement Proposals (AIP-193) standard error model. - [Create a private virtual machine image](https://docs.cudocompute.com/api/images/create-a-private-virtual-machine-image.md): Creates a new private virtual machine image from an existing virtual machine's boot disk. - [Delete a private virtual machine image](https://docs.cudocompute.com/api/images/delete-a-private-virtual-machine-image.md): Deletes a private virtual machine image. - [Get a private virtual machine image](https://docs.cudocompute.com/api/images/get-a-private-virtual-machine-image.md): Retrieves the details of a private virtual machine image. - [List private virtual machine images](https://docs.cudocompute.com/api/images/list-private-virtual-machine-images.md): Lists private virtual machine images in a project. - [List public virtual machine images](https://docs.cudocompute.com/api/images/list-public-virtual-machine-images.md): Lists all public images available for virtual machines. - [Update a private virtual machine image](https://docs.cudocompute.com/api/images/update-a-private-virtual-machine-image.md): Updates the description of a private virtual machine image. - [Introduction](https://docs.cudocompute.com/api/index.md): Overview of the CUDO Compute REST API: concepts, authentication, versioning, and example requests. - [Create a machine](https://docs.cudocompute.com/api/machines/create-a-machine.md): Creates a new bare-metal machine. - [Delete a machine](https://docs.cudocompute.com/api/machines/delete-a-machine.md): Deletes a bare-metal machine. Machines that are still within a commitment term cannot be deleted. - [Deploy an operating system onto a machine](https://docs.cudocompute.com/api/machines/deploy-an-operating-system-onto-a-machine.md): Deploys an operating system onto a bare-metal machine. All data on the machine will be lost. - [Get a machine](https://docs.cudocompute.com/api/machines/get-a-machine.md): Gets the details of a bare-metal machine. - [List machine operating systems](https://docs.cudocompute.com/api/machines/list-machine-operating-systems.md): Lists operating systems that can be deployed to bare-metal machines. - [List machine types](https://docs.cudocompute.com/api/machines/list-machine-types.md): Lists the types of bare-metal machines that can be provisioned. - [List machines](https://docs.cudocompute.com/api/machines/list-machines.md): Lists bare-metal machines within a project. - [Update a machine](https://docs.cudocompute.com/api/machines/update-a-machine.md): Updates a bare-metal machine. - [Create a network](https://docs.cudocompute.com/api/networks/create-a-network.md): Creates a new virtual network. - [Create a security group](https://docs.cudocompute.com/api/networks/create-a-security-group.md): Creates a new security group. - [Delete a network](https://docs.cudocompute.com/api/networks/delete-a-network.md): Deletes a virtual network. A network cannot be deleted if there are any virtual machines attached to it. - [Delete a security group](https://docs.cudocompute.com/api/networks/delete-a-security-group.md): Deletes a security group. The security group will be removed from any virtual machines that are using it. - [Get a network](https://docs.cudocompute.com/api/networks/get-a-network.md): Retrieves the details of a virtual network. - [Get a security group](https://docs.cudocompute.com/api/networks/get-a-security-group.md): Retrieves the details of a security group. - [List networks](https://docs.cudocompute.com/api/networks/list-networks.md): Lists all virtual networks in a project. - [List security groups](https://docs.cudocompute.com/api/networks/list-security-groups.md): Lists all security groups in a project. - [Start a network](https://docs.cudocompute.com/api/networks/start-a-network.md): Starts a virtual network. - [Stop a network](https://docs.cudocompute.com/api/networks/stop-a-network.md): Stops a virtual network. When a virtual network is stopped, no traffic will be routed between the virtual network and the internet. - [Update a security group](https://docs.cudocompute.com/api/networks/update-a-security-group.md): Updates an existing security group. - [Create an object storage user](https://docs.cudocompute.com/api/object-storage/create-an-object-storage-user.md): Creates a new object storage user. - [Delete an object storage key](https://docs.cudocompute.com/api/object-storage/delete-an-object-storage-key.md): Deletes an object storage key. - [Delete an object storage user](https://docs.cudocompute.com/api/object-storage/delete-an-object-storage-user.md): Deletes an object storage user. - [Generate an object storage key](https://docs.cudocompute.com/api/object-storage/generate-an-object-storage-key.md): Generates a new key for an object storage user. - [Get a bucket](https://docs.cudocompute.com/api/object-storage/get-a-bucket.md): Retrieves the details of an object storage bucket. - [Get an object storage session key](https://docs.cudocompute.com/api/object-storage/get-an-object-storage-session-key.md): Retrieves temporary session credentials for object storage access. - [Get an object storage user](https://docs.cudocompute.com/api/object-storage/get-an-object-storage-user.md): Retrieves the details of an object storage user. - [List buckets](https://docs.cudocompute.com/api/object-storage/list-buckets.md): Lists object storage buckets within a project. - [List object storage users](https://docs.cudocompute.com/api/object-storage/list-object-storage-users.md): Lists object storage users within a project. - [Add a permission to a project](https://docs.cudocompute.com/api/projects/add-a-permission-to-a-project.md): Grants a user permission to access a project. - [Create a project](https://docs.cudocompute.com/api/projects/create-a-project.md): Creates a new project. - [Delete a project](https://docs.cudocompute.com/api/projects/delete-a-project.md): Deletes a project. Only empty projects can be deleted. - [Get a project](https://docs.cudocompute.com/api/projects/get-a-project.md): Retrieves the details of a project. - [Get project permissions](https://docs.cudocompute.com/api/projects/get-project-permissions.md): Lists all user permissions for a project. - [List project SSH keys](https://docs.cudocompute.com/api/projects/list-project-ssh-keys.md): Lists the SSH keys associated with members of a project. - [List projects](https://docs.cudocompute.com/api/projects/list-projects.md): Lists projects that can be accessed by the current user. - [Remove a permission from a project](https://docs.cudocompute.com/api/projects/remove-a-permission-from-a-project.md): Revokes a user's permission to access a project. - [Update a project](https://docs.cudocompute.com/api/projects/update-a-project.md): Updates the details of a project. - [Search accessible resources](https://docs.cudocompute.com/api/resources/search-accessible-resources.md): Search for resources that can be accessed by the current user. The query string is used to match against resource names and other relevant fields. - [Create an SSH key](https://docs.cudocompute.com/api/ssh-keys/create-an-ssh-key.md): Creates an SSH key that can be used to access bare-metal and virtual machines. - [Delete an SSH key](https://docs.cudocompute.com/api/ssh-keys/delete-an-ssh-key.md): Deletes an SSH key. This will not remove the SSH key from existing bare-metal and virtual machines. - [Get an SSH key](https://docs.cudocompute.com/api/ssh-keys/get-an-ssh-key.md): Retrieves the details of an SSH key. - [List SSH keys](https://docs.cudocompute.com/api/ssh-keys/list-ssh-keys.md): Lists the SSH keys of the current user. - [Delete the current user](https://docs.cudocompute.com/api/users/delete-the-current-user.md): Deletes the current user, revoking access to every resource. - [Get the current user](https://docs.cudocompute.com/api/users/get-the-current-user.md): Returns details of the current user when suitable authentication credentials are sent with the request. - [Attach a disk to a virtual machine](https://docs.cudocompute.com/api/virtual-machines/attach-a-disk-to-a-virtual-machine.md): Attaches a virtual machine disk to a virtual machine. - [Attach a security group to a virtual machine](https://docs.cudocompute.com/api/virtual-machines/attach-a-security-group-to-a-virtual-machine.md): Attaches a security group to a virtual machine. - [Connect to a virtual machine](https://docs.cudocompute.com/api/virtual-machines/connect-to-a-virtual-machine.md): Provides a URL and token to connect to the virtual machine via a web-based VNC console. - [Count virtual machines in a project](https://docs.cudocompute.com/api/virtual-machines/count-virtual-machines-in-a-project.md): Returns the total number of virtual machines in a project. - [Create a virtual machine](https://docs.cudocompute.com/api/virtual-machines/create-a-virtual-machine.md): Creates and starts a new virtual machine. - [Delete a virtual machine](https://docs.cudocompute.com/api/virtual-machines/delete-a-virtual-machine.md): Permanently deletes a virtual machine. All data on the virtual machine's boot disk will be lost. Any attached storage disks will be detached but not deleted. - [Detach a disk from a virtual machine](https://docs.cudocompute.com/api/virtual-machines/detach-a-disk-from-a-virtual-machine.md): Detaches a virtual machine disk from a virtual machine. - [Detach a security group from a virtual machine](https://docs.cudocompute.com/api/virtual-machines/detach-a-security-group-from-a-virtual-machine.md): Detaches a security group from a virtual machine. - [Get a virtual machine](https://docs.cudocompute.com/api/virtual-machines/get-a-virtual-machine.md): Retrieves the details of a virtual machine. - [Get a virtual machine type](https://docs.cudocompute.com/api/virtual-machines/get-a-virtual-machine-type.md): Retrieves the details of a virtual machine type. - [List virtual machine data centers](https://docs.cudocompute.com/api/virtual-machines/list-virtual-machine-data-centers.md): Lists all data centers available for virtual machines. - [List virtual machine GPU models](https://docs.cudocompute.com/api/virtual-machines/list-virtual-machine-gpu-models.md): Lists all GPU models available for virtual machines. - [List virtual machine types](https://docs.cudocompute.com/api/virtual-machines/list-virtual-machine-types.md): Lists all virtual machine types available. - [List virtual machines](https://docs.cudocompute.com/api/virtual-machines/list-virtual-machines.md): Lists all virtual machines in a project. - [Lists virtual machine types (deprecated)](https://docs.cudocompute.com/api/virtual-machines/lists-virtual-machine-types-deprecated.md): Lists all virtual machine types available. - [Monitor a virtual machine](https://docs.cudocompute.com/api/virtual-machines/monitor-a-virtual-machine.md): Returns live monitoring metrics for a virtual machine. - [Purchase a commitment for a virtual machine](https://docs.cudocompute.com/api/virtual-machines/purchase-a-commitment-for-a-virtual-machine.md): Commits a virtual machine to a longer-term plan in exchange for a lower hourly rate. The virtual machine must not already be in a committed term. - [Reboot a virtual machine](https://docs.cudocompute.com/api/virtual-machines/reboot-a-virtual-machine.md): Performs a soft reboot of a virtual machine. The operating system is instructed to reboot. If the OS does not respond, use StopVM and then StartVM. - [Resize a virtual machine](https://docs.cudocompute.com/api/virtual-machines/resize-a-virtual-machine.md): Resizes a virtual machine. The size of the virtual machine cannot be reduced while it is in a committed term. - [Start a virtual machine](https://docs.cudocompute.com/api/virtual-machines/start-a-virtual-machine.md): Starts a stopped virtual machine. - [Stop a virtual machine](https://docs.cudocompute.com/api/virtual-machines/stop-a-virtual-machine.md): Stops a running virtual machine. The virtual machine can be started again later. - [Update virtual machine authorized SSH keys](https://docs.cudocompute.com/api/virtual-machines/update-virtual-machine-authorized-ssh-keys.md): Updates the authorized SSH keys of a virtual machine. - [Update virtual machine expiration time](https://docs.cudocompute.com/api/virtual-machines/update-virtual-machine-expiration-time.md): Updates the expiration time of a virtual machine. The virtual machine will be automatically deleted when it reaches its expiration time. - [Update virtual machine metadata](https://docs.cudocompute.com/api/virtual-machines/update-virtual-machine-metadata.md): Updates the metadata of a virtual machine. - [Update virtual machine password](https://docs.cudocompute.com/api/virtual-machines/update-virtual-machine-password.md): Updates the root or administrator password of a virtual machine. - [Create a volume](https://docs.cudocompute.com/api/volumes/create-a-volume.md): Creates a new NFS volume. - [Delete a volume](https://docs.cudocompute.com/api/volumes/delete-a-volume.md): Deletes an NFS volume. - [Get a volume](https://docs.cudocompute.com/api/volumes/get-a-volume.md): Retrieves the details of an NFS volume. - [List volume prices](https://docs.cudocompute.com/api/volumes/list-volume-prices.md): Lists all available NFS volume prices. - [List volumes](https://docs.cudocompute.com/api/volumes/list-volumes.md): Lists NFS volumes in a project. - [Update a volume](https://docs.cudocompute.com/api/volumes/update-a-volume.md): Updates an NFS volume. - [Dify](https://docs.cudocompute.com/apps/dify.md): Build LLM Chatbots on CUDO Compute. - [All apps](https://docs.cudocompute.com/apps/index.md): Quick deploy apps on CUDO Compute. - [JupyterHub](https://docs.cudocompute.com/apps/jupyterhub.md): Multi-user Jupyter Notebooks on CUDO Compute. - [JupyterLab](https://docs.cudocompute.com/apps/jupyterlab.md): Jupyter Notebooks on CUDO Compute. - [Ollama](https://docs.cudocompute.com/apps/ollama.md): Ollama is the easiest way to deploy open source LLMs - [OpenManus](https://docs.cudocompute.com/apps/openmanus.md): OpenManus AI agent on CUDO Compute. - [vLLM](https://docs.cudocompute.com/apps/vllm.md): vLLM is used to deploy open source LLMs for high performance - [Configure auto recharge](https://docs.cudocompute.com/guides/billing-accounts/configure-auto-recharge.md): How to enable & configure auto recharge on CUDO Compute - [Create a billing account](https://docs.cudocompute.com/guides/billing-accounts/create.md): How to create a billing account & add a payment method - [Billing accounts](https://docs.cudocompute.com/guides/billing-accounts/index.md): Information on billing accounts & how billing works. - [Top-up a billing account](https://docs.cudocompute.com/guides/billing-accounts/top-up.md): How to top-up your billing account on CUDO Compute - [Create a cluster](https://docs.cudocompute.com/guides/clusters/create.md): Learn how to create and configure a cluster on CUDO Compute - [Clusters](https://docs.cudocompute.com/guides/clusters/index.md): What are clusters & how can I use them on CUDO Compute? - [Manage a cluster](https://docs.cudocompute.com/guides/clusters/manage.md): How to manage clusters on CUDO Compute - [Manage cluster machines](https://docs.cudocompute.com/guides/clusters/manage-machines.md): How to manage individual cluster machines - [Create a disk](https://docs.cudocompute.com/guides/disks/create.md): Create detachable disks on CUDO Compute - [Disks](https://docs.cudocompute.com/guides/disks/index.md): What are disks & how can I use them on CUDO Compute? - [Manage disks](https://docs.cudocompute.com/guides/disks/manage.md): Attach, detach and delete detachable disks - [Create an image](https://docs.cudocompute.com/guides/images/create.md): Create private images on CUDO Compute - [Images](https://docs.cudocompute.com/guides/images/index.md): What are private images & how can I use them on CUDO Compute? - [Manage images](https://docs.cudocompute.com/guides/images/manage.md): View and manage private images - [Introduction](https://docs.cudocompute.com/guides/index.md): In-depth guides on CUDO Compute features and best practices. - [Connect to a machine](https://docs.cudocompute.com/guides/machines/connect.md): How to connect to a bare metal machine through SSH or VNC - [Create a machine](https://docs.cudocompute.com/guides/machines/create.md): Learn how to create and configure a bare metal machine on CUDO Compute - [Deploy configuration](https://docs.cudocompute.com/guides/machines/deploy.md): How to re-deploy or re-configure a bare metal machine - [Machines](https://docs.cudocompute.com/guides/machines/index.md): What are bare metal machines & how can I use them on CUDO Compute? - [Create a network](https://docs.cudocompute.com/guides/networks/create.md): Create a private network on CUDO Compute - [Networks](https://docs.cudocompute.com/guides/networks/index.md): What are private networks & how can I use them on CUDO Compute? - [Manage a network](https://docs.cudocompute.com/guides/networks/manage.md): View and delete private networks - [Command line](https://docs.cudocompute.com/guides/object-storage/command-line-tools.md): Interact with object storage using s3cmd & s5cmd - [Create a bucket](https://docs.cudocompute.com/guides/object-storage/create-bucket.md): Create an object storage bucket & upload files - [Create a user](https://docs.cudocompute.com/guides/object-storage/create-user.md): Create an object storage user on CUDO Compute - [Object storage](https://docs.cudocompute.com/guides/object-storage/index.md): What is object storage & how can I use it on CUDO Compute? - [Create a security group](https://docs.cudocompute.com/guides/security-groups/create.md): Create security groups on CUDO Compute - [Security groups](https://docs.cudocompute.com/guides/security-groups/index.md): What are security groups & how can I use them on CUDO Compute? - [Manage security group rules](https://docs.cudocompute.com/guides/security-groups/manage-rules.md): Create and manage security group rules - [Connect to a virtual machine](https://docs.cudocompute.com/guides/virtual-machines/connect.md): SSH or VNC into a virtual machine - [Create a virtual machine](https://docs.cudocompute.com/guides/virtual-machines/create.md): Learn how to create and configure a virtual machine on CUDO Compute - [Virtual machines](https://docs.cudocompute.com/guides/virtual-machines/index.md): What are virtual machines & how can I use them on CUDO Compute? - [Manage a virtual machine](https://docs.cudocompute.com/guides/virtual-machines/manage.md): Stop, start, reboot, resize & delete virtual machines - [Resize a virtual machine](https://docs.cudocompute.com/guides/virtual-machines/resize.md): Change virtual machine resource specifications - [Attach a volume to a cluster machine](https://docs.cudocompute.com/guides/volumes/attach.md): Attach and mount a volume on a cluster machine - [Create a volume](https://docs.cudocompute.com/guides/volumes/create.md): Learn how to create a volume on CUDO Compute - [Volumes](https://docs.cudocompute.com/guides/volumes/index.md): What are volumes and how can I use them on CUDO Compute? - [Manage a volume](https://docs.cudocompute.com/guides/volumes/manage.md): Resize and delete volumes - [How can I create an account?](https://docs.cudocompute.com/help/accounts/how-can-i-create-an-account.md) - [How can I delete my account?](https://docs.cudocompute.com/help/accounts/how-can-i-delete-my-account.md) - [How can I delete my default payment method?](https://docs.cudocompute.com/help/accounts/how-can-i-delete-my-default-payment-method.md) - [How do I change my account details?](https://docs.cudocompute.com/help/accounts/how-do-i-change-my-account-details.md) - [How do I delete my CUDO Compute affiliate account?](https://docs.cudocompute.com/help/accounts/how-do-i-delete-my-affiliate-account.md) - [I forgot my password, what can I do?](https://docs.cudocompute.com/help/accounts/i-forgot-my-password-what-can-i-do.md) - [I forgot my username and password](https://docs.cudocompute.com/help/accounts/i-forgot-my-username-and-password.md) - [I need to change my email address](https://docs.cudocompute.com/help/accounts/i-need-to-change-my-email-address.md) - [Accounts](https://docs.cudocompute.com/help/accounts/index.md): Manage your CUDO Compute account details, credentials, and access. - [Where can I change my password?](https://docs.cudocompute.com/help/accounts/where-can-i-change-my-password.md) - [How do I delete my CUDO Compute billing account?](https://docs.cudocompute.com/help/billing/how-do-i-delete-my-cudo-compute-billing-account.md) - [Billing](https://docs.cudocompute.com/help/billing/index.md): Understand invoices, payment methods, and cost calculations. - [What is the difference between hourly and monthly costs?](https://docs.cudocompute.com/help/billing/what-is-the-difference-between-hourly-and-monthly-costs.md) - [What payment methods do you support?](https://docs.cudocompute.com/help/billing/what-payment-methods-are-supported.md) - [When do I get invoiced for my use?](https://docs.cudocompute.com/help/billing/when-do-i-get-invoiced-for-my-use.md) - [Where can I find the auto recharge feature?](https://docs.cudocompute.com/help/billing/where-can-i-find-the-auto-recharge-feature.md) - [Adding a user to a project](https://docs.cudocompute.com/help/compute/adding-a-user-to-a-project.md): How to add a user to a project on the CUDO Compute platform. - [How can I log in to Compute?](https://docs.cudocompute.com/help/compute/how-can-i-log-in-to-compute.md) - [How do I create a VM?](https://docs.cudocompute.com/help/compute/how-do-i-create-a-vm.md) - [How do I delete my VM?](https://docs.cudocompute.com/help/compute/how-do-i-delete-my-vm.md) - [How do I find out the username of the virtual machine?](https://docs.cudocompute.com/help/compute/how-do-i-find-out-the-username-of-the-virtual-machine.md) - [How do I recover a deleted VM?](https://docs.cudocompute.com/help/compute/how-do-i-recover-a-deleted-vm.md) - [Compute](https://docs.cudocompute.com/help/compute/index.md): Launch, access, and manage your virtual machines and related resources. - [Why is Windows inactive?](https://docs.cudocompute.com/help/compute/why-is-windows-inactive.md) - [Am I charged if a virtual machine is stopped / powered off?](https://docs.cudocompute.com/help/general/am-i-charged-if-a-vm-is-stopped-powered-off.md) - [Can I transfer a VM between projects?](https://docs.cudocompute.com/help/general/can-i-transfer-a-vm-between-projects.md) - [How can I get support for my problem?](https://docs.cudocompute.com/help/general/how-can-i-get-support-for-my-problem.md) - [How do I install Terraform on my PC?](https://docs.cudocompute.com/help/general/how-do-i-install-terraform-on-my-pc.md): A procedure on how to install Terraform on your PC - [How do I get started on CUDO Compute?](https://docs.cudocompute.com/help/general/how-to-get-started.md) - [General](https://docs.cudocompute.com/help/general/index.md): General platform concepts, terminology, and getting started help. - [What is a VM/virtual machine?](https://docs.cudocompute.com/help/general/what-is-a-virtual-machine.md) - [What is an administrator password and why do I need it?](https://docs.cudocompute.com/help/general/what-is-an-administrator-password-and-why-do-i-need-it.md) - [What is SSH and why do I need it?](https://docs.cudocompute.com/help/general/what-is-ssh-and-why-do-i-need-it.md) - [What is the minimum top-up value?](https://docs.cudocompute.com/help/general/what-is-the-minimum-top-up-value.md) - [What password convention do I need?](https://docs.cudocompute.com/help/general/what-password-convention-do-i-need.md) - [Where can I check the service status?](https://docs.cudocompute.com/help/general/where-can-i-check-the-service-status.md) - [Why can't I add my payment method?](https://docs.cudocompute.com/help/general/why-cant-i-add-my-payment-method.md) - [Why is the data center important?](https://docs.cudocompute.com/help/general/why-is-the-region-important.md) - [Introduction](https://docs.cudocompute.com/index.md): Documentation, API reference, tutorials & guides for the on-demand CUDO Compute platform. - [Quickstart](https://docs.cudocompute.com/quickstart.md): Start building with CUDO Compute in minutes - [Introduction](https://docs.cudocompute.com/suppliers/index.md): We are always on the lookout for new bare metal suppliers for the CUDO Compute platform, so we can achieve the scale and performance that our customers are looking for. - [Pricing](https://docs.cudocompute.com/suppliers/pricing.md): Recommended pricing when you offer hardware on our network as a supplier. - [Requirements](https://docs.cudocompute.com/suppliers/requirements.md): Our technical requirements to join the network as a supplier. - [cudoctl](https://docs.cudocompute.com/tools/cudoctl.md): Configure cudoctl, the CUDO Compute command line interface - [Python client](https://docs.cudocompute.com/tools/python-client.md): Use the CUDO Compute Python client to interact with the API - [Terraform](https://docs.cudocompute.com/tools/terraform.md) - [Rendering with Blender Cycles](https://docs.cudocompute.com/tutorials/blender-cycles-rendering.md): With CUDO Compute rendering can be carried out using the Blender path tracer rendering engine called Cycles. - [Video editing with Davinci Resolve](https://docs.cudocompute.com/tutorials/davinci-resolve.md): Learn how to use Davinci resolve, video editing and color correction software, with CUDO Compute. - [GROMACS](https://docs.cudocompute.com/tutorials/gromacs.md): Learn how to utilize GROMACS with the CUDO Compute platform. - [How to generate SSH keys](https://docs.cudocompute.com/tutorials/how-to-generate-ssh-keys.md): Learn how to generate SSH keys on Linux, macOS and Windows. - [Jupyter Labs](https://docs.cudocompute.com/tutorials/jupyter.md): Get started quickly with Jupyter on CUDO Compute using the official Jupyter Docker image. - [Kong API Gateway with CUDO Compute](https://docs.cudocompute.com/tutorials/kong-api-gateway.md): How to add authentication and SSL/TLS your AI API - [Minio S3 storage](https://docs.cudocompute.com/tutorials/minio.md): Learn how to use MinIO, the high performance object storage solution, with CUDO Compute. - [MLflow](https://docs.cudocompute.com/tutorials/mlflow.md): Learn how to use MLFlow, a platform to streamline machine learning development, with CUDO Compute. - [Deploying LLMs like Google Gemma](https://docs.cudocompute.com/tutorials/ollama-and-google-gemma.md): In this tutorial we will run Google Gemma with Ollama so that you can send queries via a REST API. - [Build a custom image for OpenMPI and CUDA Toolkit](https://docs.cudocompute.com/tutorials/openmpi-cuda.md): In this tutorial we with build a custom disk image that can be used on CUDO Compute virtual machines. The disk image will have OpenMPI with CUDA support. - [Parabricks](https://docs.cudocompute.com/tutorials/parabricks.md): Learn how to use Parabricks with CUDO Compute. - [PyTorch](https://docs.cudocompute.com/tutorials/pytorch.md): With CUDO Compute you can deploy PyTorch docker containers to the latest NVIDIA Ampere Architecture GPUs. - [Stable Diffusion](https://docs.cudocompute.com/tutorials/stable-diffusion.md): AI image generation in the cloud using NVIDIA GPUs on CUDO Compute. - [TensorFlow](https://docs.cudocompute.com/tutorials/tensorflow.md): With CUDO Compute you can deploy TensorFlow docker containers to the latest NVIDIA Ampere Architecture GPUs. - [VFX pipelines with Thinkbox Deadline](https://docs.cudocompute.com/tutorials/thinkbox-deadline.md): Learn how to use Thinkbox Deadline, a powerful render management software used to streamline rendering workflows, with CUDO Compute. - [Windows Remote Desktop Connection](https://docs.cudocompute.com/tutorials/windows-rdp.md): Setup up a remote desktop connection with CUDO Compute ## OpenAPI Specs - [openapi](https://docs.cudocompute.com/openapi.json) ## Optional - [Documentation](https://cudocompute.com/docs) - [Blog](https://cudocompute.com/blog)