Skip to main content
Version: latest

Validate and returns active resource of project before delete

DELETE 

/v1/projects/:uid/validate

Validate and returns active resource of project before delete

Request

Path Parameters

    uid stringrequired

Responses

(empty)

Schema

    appDeployments

    object

    Active app deployment

    apps

    object[]

  • Array [

  • appRef

    object

    Object identity meta

    namestring
    uidstring
    statestring
  • ]

  • countint32

    clusters

    object

    Active clusters

    clusters

    object[]

  • Array [

  • clusterRef

    object

    Object identity meta

    namestring
    uidstring
    statestring
  • ]

  • countint32

    virtualClusters

    object

    Active clusters

    clusters

    object[]

  • Array [

  • clusterRef

    object

    Object identity meta

    namestring
    uidstring
    statestring
  • ]

  • countint32
Loading...