# Serveravatar

ServerAvatar is a server management system that helps you manage servers, applications, databases, and deployments through an intuitive API.

- **Category:** developer tools
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 17
- **Triggers:** 0
- **Slug:** `SERVERAVATAR`
- **Version:** 00000000_00

## Tools

### Destroy Backups

**Slug:** `SERVERAVATAR_DESTROY_BACKUPS`

Tool to delete one or more backups from the cloud storage provider. Use when you need to remove specific backups by their IDs from an organization.

### Get organization details

**Slug:** `SERVERAVATAR_GET_ORGANIZATION`

Tool to retrieve details of a specific organization by ID. Use when you need to fetch information about an organization.

### List Applications

**Slug:** `SERVERAVATAR_LIST_APPLICATIONS`

Tool to list applications for a specific organization in ServerAvatar. Use when you need to retrieve all applications associated with an organization ID.

### List Backups

**Slug:** `SERVERAVATAR_LIST_BACKUPS`

Tool to list all backups in a ServerAvatar organization. Use when you need to retrieve backup information including status, size, and expiration dates.

### List Archived Backups

**Slug:** `SERVERAVATAR_LIST_BACKUPS_ARCHIVE`

Tool to list archived backups for an organization by type. Use when you need to retrieve archived backups filtered by type (filesystem, database, or application).

### List Backups for Deleted Servers

**Slug:** `SERVERAVATAR_LIST_BACKUPS_DELETED_SERVER`

Tool to get list of deleted servers with available backups. Use when you need to retrieve information about servers that have been deleted but still have backup data in the archive.

### List Backup Presets

**Slug:** `SERVERAVATAR_LIST_BACKUPS_PRESETS`

Tool to retrieve backup preset schedules and retention periods for a server. Use when you need to view available backup scheduling options and retention period configurations.

### List Cloud Server Providers

**Slug:** `SERVERAVATAR_LIST_CLOUD_SERVER_PROVIDERS`

Tool to list connected cloud server provider accounts for an organization. Use when you need to retrieve all connected provider accounts like DigitalOcean, Vultr, Linode, Hetzner, or AWS Lightsail.

### List Cloud Storage Providers

**Slug:** `SERVERAVATAR_LIST_CLOUD_STORAGE_PROVIDERS`

Tool to list all configured cloud storage providers for an organization. Use when you need to retrieve available storage provider configurations for backups or file storage.

### List Cronjobs Presets

**Slug:** `SERVERAVATAR_LIST_CRONJOBS_PRESETS`

Tool to retrieve available cronjob presets for a server. Use when you need to get standard cron expressions for scheduling tasks at various intervals.

### List Databases

**Slug:** `SERVERAVATAR_LIST_DATABASES`

Tool to list databases for a given organization. Use when you need to retrieve all databases or filter by name.

### List Git Providers

**Slug:** `SERVERAVATAR_LIST_GIT_PROVIDERS`

Tool to list git providers for a specific organization. Use when you need to retrieve all git providers configured for an organization.

### List Organization Members

**Slug:** `SERVERAVATAR_LIST_MEMBERS`

Tool to list members of a specific organization in ServerAvatar. Use when you need to retrieve all members associated with an organization ID, including their roles and user details.

### List Organizations

**Slug:** `SERVERAVATAR_LIST_ORGANIZATIONS`

Tool to list all organizations associated with the authenticated user account. Use when you need to retrieve all organizations the user has access to.

### List Servers

**Slug:** `SERVERAVATAR_LIST_SERVERS`

Tool to list all servers in an organization with pagination support. Use when you need to retrieve servers for a specific organization.

### List Timezones

**Slug:** `SERVERAVATAR_LIST_TIMEZONES`

Tool to retrieve the list of available timezones with their UTC offsets. Use when you need to get timezone options for creating or configuring applications.

### List WordPress Languages

**Slug:** `SERVERAVATAR_LIST_WORDPRESS_LANGUAGES`

Tool to retrieve all available WordPress languages. Use when you need to get the list of supported languages for WordPress installation or configuration.
