Overview
Organization commands allow you to create and manage organizations, which are the top-level containers for sandboxes, snapshots, and volumes in Daytona. Organizations provide resource isolation and team collaboration capabilities.daytona organization create
Create a new organization and set it as the active organization.Usage
Examples
Output
Displays organization details and a pending approval message:Notes
- The newly created organization is automatically set as your active organization
- New organizations require approval before full access is granted
- Resource quotas are configured by the Daytona team during the approval process
daytona organization list
List all organizations you have access to.Usage
Flags
--format- Output format (json, yaml)
Examples
Output
Displays a table with:- Organization ID
- Organization name
- Active status (indicates which organization is currently active)
- Created date
- Status (Active, Pending, etc.)
daytona organization use
Switch to a different organization as your active organization.Usage
Arguments
[ORGANIZATION]- Organization ID or name (optional - if not provided, an interactive prompt will be shown)
Examples
Output
Notes
- The active organization determines which resources (sandboxes, snapshots, volumes) you see and interact with
- All subsequent commands will use the active organization’s context
- You can switch between organizations at any time
daytona organization delete
Delete an organization.Usage
Arguments
[ORGANIZATION]- Organization ID or name (optional - if not provided, an interactive prompt will be shown)
Examples
Output
Notes
- You cannot delete your Personal organization
- If you delete the currently active organization, the system automatically switches to your Personal organization
- All resources (sandboxes, snapshots, volumes) in the organization will be deleted
- This action is irreversible
Understanding Organizations
Personal Organization
Every user has a default “Personal” organization:- Created automatically when you first log in
- Cannot be deleted
- Used as the fallback when other organizations are deleted
- Ideal for personal projects and experimentation
Team Organizations
Additional organizations can be created for:- Team collaboration
- Project isolation
- Resource management
- Different environments (dev, staging, production)
Common Patterns
Create Organization for a Team
Switch Between Personal and Team Work
Manage Multiple Projects
Clean Up Old Organization
Scripted Organization Management
Organization Best Practices
Naming Conventions
Use clear, descriptive names:Resource Organization
Group related resources in the same organization:Environment Separation
Use different organizations for different environments:Check Active Organization
Always verify which organization you’re working in:Interactive Selection
When unsure, use interactive mode:Troubleshooting
Organization Approval Pending
If your organization is pending approval:- Wait for the Daytona team to review and approve
- Check your email for approval notifications
- Contact support if approval takes longer than expected