Stopping batch of requests to plumber API on Connect

Hi
We have some plumber APIs deployed on Connect and our test team have set up some tests that are incorrect!
Is there anyway for me to kill all requests to an API on connect?
Thanks,
Siobhan

Recent versions of Connect have a collection of Jobs Endpoints that you can use to terminate the API.

If that's not fine-grained enough for your needs, you may need to implement the ability to cancel jobs yourself. GitHub - fellstat/ipc: Tools for message passing between processes may be helpful.

thanks very much, looks like i need to get list of jobs using following;

library(httr)

apiKey <- "your api key"

result <- GET("https://connect.example.com/__api__/v1/content/25438b83-ea6d-4839-ae8e-53c52ac5f9ce/jobs",
    add_headers(Authorization = paste("Key", apiKey)))

Do i need to include the "/api/v1/content/" in the url i use? so my swagger for the API is at (example);

https://rstudio-uki-rwys.aws-euw1-mycloud.com/connect/#/apps/guidi/access