Skip to main content
Return all deployments for the authenticated user.

Signature

VastAI.show_deployments() -> list[dict]

Returns

list[dict]

Example

from vastai import VastAI

client = VastAI(api_key="YOUR_API_KEY")
result = client.show_deployments()
print(result)