v1

latestOpenAPI 3.0.3BSD-3-Clause License2026-07-17201927.6 KB
rpaas

Create an instance

This endpoint is part of Tsuru Service API.

post/resources

Request body

namestring required
planstring required
teamstring required
descriptionstring
tagsstring[]

Example request

{
  "name": "my-instance",
  "plan": "small",
  "team": "team-one",
  "description": "Awesome description about an instance.",
  "parameters": {
    "flavors": "chocolate,milk",
    "ip": "169.254.254.100",
    "plan-override": "{\"image\": \"my.registry.test/nginx:v1.18.0\"}",
    "lb-name": "my-instance.custom.example.com"
  }
}

Response

Created