Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 170

...

Code Block
DELETE /v3/namespaces/<namespace-id>/apps

Delete a Streaming Application State (6.9.1+)

To delete a streaming application state, submit an HTTP DELETE:

Code Block
DELETE namespaces/<namespace-name>/apps/<app-name>/state

...

Parameter

...

Description

...

namespace-name

...

Namespace name.

...

app-name

...

Name of the application with the state to be deleted.

You might use this endpoint after you upgrade a CDAP instance or stop a streaming pipeline to delete the state for the last processed record.

Note: This endpoint is supported for Kafka Consumer Streaming and Google Cloud Pub/Sub Streaming sources.

Export All Application Details

...