EasypanelDocs

Inspect app service

Returns the configuration and deployment details of an application service.

GET
/inspectAppService

Returns the configuration and deployment details of an application service.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

projectName*string
Match^[a-z0-9-_]+$
serviceName*string
Match^[a-z0-9-_]+$

Response Body

application/json

curl -X GET "https://example.com/inspectAppService?projectName=string&serviceName=string"
null