--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "dokploy_servers Data Source - dokploy" subcategory: "" description: |- List the remote servers registered with Dokploy. Use a server's id as the server_id of an application, stack, or database to deploy it away from the Dokploy host. --- # dokploy_servers (Data Source) List the remote servers registered with Dokploy. Use a server's `id` as the `server_id` of an application, stack, or database to deploy it away from the Dokploy host. ## Schema ### Read-Only - `servers` (List of Object) All registered servers. (see [below for nested schema](#nestedatt--servers)) ### Nested Schema for `servers` Read-Only: - `id` (String) - `ip_address` (String) - `name` (String) - `server_status` (String)