removedInput schema / oneOf
Removed value: -[
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "list",
- "type": "string"
- },
- "format": {
- "default": "pretty",
- "description": "Output format style",
- "enum": [
- "pretty",
- "json",
- "table"
- ],
- "type": "string"
- },
- "include_full": {
- "description": "Alias for projection: full",
- "type": "boolean"
- },
- "max_chars": {
- "default": 16000,
- "description": "Maximum characters in text response before truncation",
- "maximum": 100000,
- "minimum": 1000,
- "type": "integer"
- },
- "page": {
- "default": 1,
- "description": "Page number for pagination",
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- },
- "per_page": {
- "default": 10,
- "description": "Items per page",
- "maximum": 100,
- "minimum": 1,
- "type": "integer"
- },
- "projection": {
- "default": "summary",
- "description": "Detail projection depth",
- "enum": [
- "summary",
- "full"
- ],
- "type": "string"
- },
- "reveal": {
- "default": false,
- "description": "Reveal sensitive/masked values in full projection (default false — secrets masked as ***)",
- "type": "boolean"
- }
- },
- "required": [
- "action"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "get",
- "type": "string"
- },
- "format": {
- "default": "pretty",
- "description": "Output format style",
- "enum": [
- "pretty",
- "json",
- "table"
- ],
- "type": "string"
- },
- "include_full": {
- "description": "Alias for projection: full",
- "type": "boolean"
- },
- "max_chars": {
- "default": 16000,
- "description": "Maximum characters in text response before truncation",
- "maximum": 100000,
- "minimum": 1000,
- "type": "integer"
- },
- "name": {
- "description": "Project name (substring match)",
- "type": "string"
- },
- "page": {
- "default": 1,
- "description": "Page number for pagination",
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- },
- "per_page": {
- "default": 10,
- "description": "Items per page",
- "maximum": 100,
- "minimum": 1,
- "type": "integer"
- },
- "projection": {
- "default": "summary",
- "description": "Detail projection depth",
- "enum": [
- "summary",
- "full"
- ],
- "type": "string"
- },
- "reveal": {
- "default": false,
- "description": "Reveal sensitive/masked values in full projection (default false — secrets masked as ***)",
- "type": "boolean"
- },
- "uuid": {
- "description": "Project UUID",
- "type": "string"
- }
- },
- "required": [
- "action"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "create",
- "type": "string"
- },
- "description": {
- "description": "Optional project description",
- "type": "string"
- },
- "format": {
- "default": "pretty",
- "description": "Output format (default pretty)",
- "enum": [
- "pretty",
- "json",
- "table"
- ],
- "type": "string"
- },
- "initial_environment": {
- "description": "Initial environment name (required — ask user for production vs custom per D-09/D-10)",
- "type": "string"
- },
- "max_chars": {
- "default": 16000,
- "description": "Max formatted output characters (default 16000)",
- "exclusiveMinimum": 0,
- "maximum": 9007199254740991,
- "type": "integer"
- },
- "name": {
- "description": "Project name",
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "action",
- "name"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "update",
- "type": "string"
- },
- "description": {
- "description": "Updated description",
- "type": "string"
- },
- "format": {
- "default": "pretty",
- "description": "Output format (default pretty)",
- "enum": [
- "pretty",
- "json",
- "table"
- ],
- "type": "string"
- },
- "max_chars": {
- "default": 16000,
- "description": "Max formatted output characters (default 16000)",
- "exclusiveMinimum": 0,
- "maximum": 9007199254740991,
- "type": "integer"
- },
- "name": {
- "description": "Project name for lookup or new name when uuid given",
- "type": "string"
- },
- "new_name": {
- "description": "New project name when resolving by name only",
- "type": "string"
- },
- "uuid": {
- "description": "Project UUID",
- "type": "string"
- }
- },
- "required": [
- "action"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "delete",
- "type": "string"
- },
- "confirm": {
- "default": false,
- "description": "Explicit confirmation required for destructive delete",
- "type": "boolean"
- },
- "format": {
- "default": "pretty",
- "description": "Output format (default pretty)",
- "enum": [
- "pretty",
- "json",
- "table"
- ],
- "type": "string"
- },
- "max_chars": {
- "default": 16000,
- "description": "Max formatted output characters (default 16000)",
- "exclusiveMinimum": 0,
- "maximum": 9007199254740991,
- "type": "integer"
- },
- "name": {
- "description": "Project name (substring match)",
- "type": "string"
- },
- "uuid": {
- "description": "Project UUID",
- "type": "string"
- }
- },
- "required": [
- "action"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "delete_preview",
- "type": "string"
- },
- "format": {
- "default": "pretty",
- "description": "Output format (default pretty)",
- "enum": [
- "pretty",
- "json",
- "table"
- ],
- "type": "string"
- },
- "max_chars": {
- "default": 16000,
- "description": "Max formatted output characters (default 16000)",
- "exclusiveMinimum": 0,
- "maximum": 9007199254740991,
- "type": "integer"
- },
- "name": {
- "description": "Project name (substring match)",
- "type": "string"
- },
- "uuid": {
- "description": "Project UUID",
- "type": "string"
- }
- },
- "required": [
- "action"
- ],
- "type": "object"
- }
-]
addedInput schema / properties
Added value: +{
+ "action": {
+ "description": "The action to run",
+ "enum": [
+ "list",
+ "get",
+ "create",
+ "update",
+ "delete",
+ "delete_preview"
+ ],
+ "type": "string"
+ },
+ "confirm": {
+ "description": "Explicit confirmation required for destructive delete",
+ "type": "boolean"
+ },
+ "description": {
+ "description": "Optional project description",
+ "type": "string"
+ },
+ "format": {
+ "description": "Output format (default pretty)",
+ "enum": [
+ "pretty",
+ "json",
+ "table"
+ ],
+ "type": "string"
+ },
+ "include_full": {
+ "description": "Alias for projection: full",
+ "type": "boolean"
+ },
+ "initial_environment": {
+ "description": "Initial environment name (required — ask user for production vs custom per D-09/D-10)",
+ "type": "string"
+ },
+ "instance": {
+ "description": "Coolify instance name from registry (optional — uses env credentials or registry default)",
+ "pattern": "^[a-z][a-z0-9_-]{1,31}$",
+ "type": "string"
+ },
+ "max_chars": {
+ "description": "Max formatted output characters (default 16000)",
+ "maximum": 100000,
+ "minimum": 1000,
+ "type": "integer"
+ },
+ "name": {
+ "description": "Project name (substring match)",
+ "type": "string"
+ },
+ "new_name": {
+ "description": "New project name when resolving by name only",
+ "type": "string"
+ },
+ "page": {
+ "description": "Page number for pagination",
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "per_page": {
+ "description": "Items per page",
+ "maximum": 100,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "projection": {
+ "description": "Detail projection depth",
+ "enum": [
+ "summary",
+ "full"
+ ],
+ "type": "string"
+ },
+ "reveal": {
+ "description": "Reveal sensitive/masked values in full projection (default false — secrets masked as ***)",
+ "type": "boolean"
+ },
+ "uuid": {
+ "description": "Project UUID",
+ "type": "string"
+ }
+}