Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vessl.ai/llms.txt

Use this file to discover all available pages before exploring further.

read_organization

vessl.read_organization(
   organization_name: str
)
Read organization Args
  • organization_name (str) : Organization name.
Example
vessl.read_organization(
    organization_name="foo"
)

list_organizations

vessl.list_organizations()
List organizations Example
vessl.list_organizations()

create_organization

vessl.create_organization(
   organization_name: str
)
Create organization Args
  • organization_name (str) : Organization name.
Example
vessl.create_organization(
    organization_name="foo",
)