# GPU Trader Documentation ## Docs - [Create Plant](https://docs.gputrader.io/api-reference/endpoint/create.md) - [Delete Plant](https://docs.gputrader.io/api-reference/endpoint/delete.md) - [Get Plants](https://docs.gputrader.io/api-reference/endpoint/get.md) - [New Plant](https://docs.gputrader.io/api-reference/endpoint/webhook.md) - [Create a hold on an environment listing](https://docs.gputrader.io/api-reference/environments/create-a-hold-on-an-environment-listing.md): Place a temporary hold on an environment listing - [Create a new environment](https://docs.gputrader.io/api-reference/environments/create-a-new-environment.md): Create a new environment - [Delete environment](https://docs.gputrader.io/api-reference/environments/delete-environment.md): Delete a specific environment - [Get all environments](https://docs.gputrader.io/api-reference/environments/get-all-environments.md): Retrieve a list of all environments - [Get available filters for environment listings](https://docs.gputrader.io/api-reference/environments/get-available-filters-for-environment-listings.md): Retrieve all available filter options for environment listings - [Get environment details](https://docs.gputrader.io/api-reference/environments/get-environment-details.md): Retrieve details for a specific environment - [Get environment installation script](https://docs.gputrader.io/api-reference/environments/get-environment-installation-script.md): Retrieve the CURL installation script for a specific environment - [Get environment listing](https://docs.gputrader.io/api-reference/environments/get-environment-listing.md): Retrieve the listing details for a specific environment - [Get environment listings](https://docs.gputrader.io/api-reference/environments/get-environment-listings.md): Retrieve a list of environment listings with optional filters - [Get environment usage](https://docs.gputrader.io/api-reference/environments/get-environment-usage.md): Retrieve usage statistics for a specific environment - [Get favorite status of environment listing](https://docs.gputrader.io/api-reference/environments/get-favorite-status-of-environment-listing.md): Retrieve the favorite status for a specific environment listing - [Remove a hold on an environment listing](https://docs.gputrader.io/api-reference/environments/remove-a-hold-on-an-environment-listing.md): Remove an existing hold from an environment listing - [Remove favorite status from environment listing](https://docs.gputrader.io/api-reference/environments/remove-favorite-status-from-environment-listing.md): Remove favorite status from an environment listing - [Update an environment listing](https://docs.gputrader.io/api-reference/environments/update-an-environment-listing.md): Update the listing details for a specific environment - [Update environment](https://docs.gputrader.io/api-reference/environments/update-environment.md): Update details for a specific environment - [Update favorite status of environment listing](https://docs.gputrader.io/api-reference/environments/update-favorite-status-of-environment-listing.md): Set an environment listing as favorite - [API](https://docs.gputrader.io/api-reference/introduction.md): Learn how to get started with the GPU Trader API - [Create a new rental](https://docs.gputrader.io/api-reference/rentals/create-a-new-rental.md): Create a new rental request - [Create rental checkout session](https://docs.gputrader.io/api-reference/rentals/create-rental-checkout-session.md): Initialize a new rental checkout session - [Create stack](https://docs.gputrader.io/api-reference/rentals/create-stack.md): Create a new stack within a rental - [Create terminal instance](https://docs.gputrader.io/api-reference/rentals/create-terminal-instance.md): Create a new terminal instance for a specific container within a stack in a rental - [Delete stack](https://docs.gputrader.io/api-reference/rentals/delete-stack.md): Delete a specific stack and its associated resources from a rental - [End rental](https://docs.gputrader.io/api-reference/rentals/end-rental.md): End a rental and release all associated resources - [Get container logs](https://docs.gputrader.io/api-reference/rentals/get-container-logs.md): Retrieve logs for a specific container - [Get container tunnel information](https://docs.gputrader.io/api-reference/rentals/get-container-tunnel-information.md): Retrieve tunnel configuration for a specific container within a stack in a rental - [Get rental](https://docs.gputrader.io/api-reference/rentals/get-rental.md): Retrieve detailed information about a specific rental - [List containers](https://docs.gputrader.io/api-reference/rentals/list-containers.md): Retrieve a list of containers for a specific stack within a rental - [List rentals](https://docs.gputrader.io/api-reference/rentals/list-rentals.md): Retrieve all rentals - [List rentals with a specific status](https://docs.gputrader.io/api-reference/rentals/list-rentals-with-a-specific-status.md): Retrieve all rentals with a specific status - [List stacks](https://docs.gputrader.io/api-reference/rentals/list-stacks.md): Retrieve all stacks for a specific rental - [Update rental](https://docs.gputrader.io/api-reference/rentals/update-rental.md): Update rental information - [Create custom template](https://docs.gputrader.io/api-reference/templates/create-custom-template.md): Create a new custom template configuration - [Delete custom template](https://docs.gputrader.io/api-reference/templates/delete-custom-template.md): Delete an existing custom template - [List custom templates](https://docs.gputrader.io/api-reference/templates/list-custom-templates.md): Retrieve all custom templates - [List managed templates](https://docs.gputrader.io/api-reference/templates/list-managed-templates.md): Retrieve all managed system templates - [Update custom template](https://docs.gputrader.io/api-reference/templates/update-custom-template.md): Update an existing custom template configuration - [Create API key](https://docs.gputrader.io/api-reference/users/create-api-key.md): Generate a new API key for the authenticated user - [Create SSH key](https://docs.gputrader.io/api-reference/users/create-ssh-key.md): Generate a new SSH key for the authenticated user - [Delete API key](https://docs.gputrader.io/api-reference/users/delete-api-key.md): Delete an existing API key - [Delete SSH key](https://docs.gputrader.io/api-reference/users/delete-ssh-key.md): Delete an existing SSH key - [Delete user notification](https://docs.gputrader.io/api-reference/users/delete-user-notification.md) - [Get current user](https://docs.gputrader.io/api-reference/users/get-current-user.md): Retrieve the authenticated user's profile information - [Get user notification](https://docs.gputrader.io/api-reference/users/get-user-notification.md): Retrieve a specific notification for the authenticated user - [Get user notifications](https://docs.gputrader.io/api-reference/users/get-user-notifications.md): Retrieve a list of notifications for the authenticated user - [Get user notifications by status](https://docs.gputrader.io/api-reference/users/get-user-notifications-by-status.md): Retrieve a list of notifications for the authenticated user with a specific status - [Get user redirect URL](https://docs.gputrader.io/api-reference/users/get-user-redirect-url.md): Retrieve the appropriate redirect URL based on user authentication state - [List API keys](https://docs.gputrader.io/api-reference/users/list-api-keys.md): Retrieve all API keys for the authenticated user - [Update user notification status](https://docs.gputrader.io/api-reference/users/update-user-notification-status.md) - [Update user preferences](https://docs.gputrader.io/api-reference/users/update-user-preferences.md) - [Core Concepts](https://docs.gputrader.io/core-concepts.md): How We Think About Stuff - [Development](https://docs.gputrader.io/development.md): Preview changes locally to update your docs - [Code Blocks](https://docs.gputrader.io/essentials/code.md): Display inline code and code blocks - [Images and Embeds](https://docs.gputrader.io/essentials/images.md): Add image, video, and other HTML elements - [Markdown Syntax](https://docs.gputrader.io/essentials/markdown.md): Text, title, and styling in standard markdown - [Navigation](https://docs.gputrader.io/essentials/navigation.md): The navigation field in docs.json defines the pages that go in the navigation menu - [Reusable Snippets](https://docs.gputrader.io/essentials/reusable-snippets.md): Reusable, custom snippets to keep content in sync - [Global Settings](https://docs.gputrader.io/essentials/settings.md): Mintlify gives you complete control over the look and feel of your documentation using the docs.json file - [Billing](https://docs.gputrader.io/faq/billing.md): Example section for showcasing API endpoints - [Platform](https://docs.gputrader.io/faq/general.md): Frequently Asked Questions about the GPU Trader Platform - [Payouts](https://docs.gputrader.io/faq/payouts.md): Example section for showcasing API endpoints - [Pricing](https://docs.gputrader.io/faq/pricing.md): Example section for showcasing API endpoints - [Introduction](https://docs.gputrader.io/introduction.md): Learn about GPU Trader core concepts, features, and settings. - [Add a Device](https://docs.gputrader.io/providers/add-a-device.md): Add your first device to the GPU Trader Platform - [Become a Host](https://docs.gputrader.io/providers/become-a-host.md) - [Billing](https://docs.gputrader.io/providers/billing.md) - [Configure a Device](https://docs.gputrader.io/providers/configure-a-device.md) - [Configure the Agent](https://docs.gputrader.io/providers/configure-the-agent.md): Follow this Guide to Install the Agent and List Devices - [Hosting Overview](https://docs.gputrader.io/providers/host.md): Requirements to Become a Host - [Organizations](https://docs.gputrader.io/providers/organizations.md): Reusable, custom snippets to keep content in sync - [Quickstart](https://docs.gputrader.io/quickstart.md): Start wokring with GPUs in under 2-minutes - [API](https://docs.gputrader.io/release-notes/api.md) - [Release Notes](https://docs.gputrader.io/release-notes/console.md) - [Manage your Account](https://docs.gputrader.io/renters/account-management.md) - [API Keys](https://docs.gputrader.io/renters/api-keys.md) - [Basic Authentication](https://docs.gputrader.io/renters/basic-auth.md) - [Payment Methods & Billing](https://docs.gputrader.io/renters/billing.md) - [Configure your Instance](https://docs.gputrader.io/renters/configure-an-instance.md) - [Find an Instance](https://docs.gputrader.io/renters/find-an-instance.md): Use the GPU Trader Console to Find a GPU - [Using your Instance](https://docs.gputrader.io/renters/managing-an-instance.md): Working with Stacks - [Pricing](https://docs.gputrader.io/renters/pricing.md) - [Sign Up / Sign In](https://docs.gputrader.io/renters/signin.md) - [SSH](https://docs.gputrader.io/renters/ssh.md): How to setup SSH tunnel access for your containers - [Templates](https://docs.gputrader.io/renters/templates.md) - [2025](https://docs.gputrader.io/security/advisories.md) - [Bulletins](https://docs.gputrader.io/security/bulletins.md): Example section for showcasing API endpoints - [Support](https://docs.gputrader.io/support.md): Learn about the available support resources - [ComfyUI](https://docs.gputrader.io/tutorials/comfyui.md): Run ComfyUI on high-performance GPUs - [Create Custom Templates](https://docs.gputrader.io/tutorials/custom-templates.md): Mintlify gives you complete control over the look and feel of your documentation using the docs.json file - [Run DeepSeek with Ollama](https://docs.gputrader.io/tutorials/deepseek.md): Display inline code and code blocks - [Add Capacity to Juice Pools](https://docs.gputrader.io/tutorials/juice.md): Scaling GPU Capacity with Juice Pools and GPU Trader - [Run Llama 4 with Ollama](https://docs.gputrader.io/tutorials/llama4.md): Display inline code and code blocks - [Open WebUI](https://docs.gputrader.io/tutorials/openwebui.md): Run Open WebUI Privately on high-performance GPUs - [Run QWEN 3.2 with Ollama](https://docs.gputrader.io/tutorials/qwen.md): Display inline code and code blocks - [Install vLLM Template](https://docs.gputrader.io/tutorials/vllm.md): Display inline code and code blocks ## OpenAPI Specs - [gputrader-api](https://docs.gputrader.io/api-reference/gputrader-api.json) - [package-lock](https://docs.gputrader.io/package-lock.json) - [package](https://docs.gputrader.io/package.json) ## Optional - [Console](https://console.gputrader.io/marketplace?action=Signin) - [Blog](https://blog.gputrader.io/) - [Community](https://discord.gg/SJTvNVZ7JV) - [Support](https://docs.gputrader.io/support)