This message was deleted.
# general
s
This message was deleted.
l
pulumi cancel --stack x
will work if you set up the right project file. Or I think the Pulumi console now has a cancel button? I seem to recall them announcing that feature?
g
got it. no cancel button in console though. but does the automation api support cancel like referesh and up? any pointer will be helpful.
e
I don't think so, we should change it to respect each languages standard cancellation semantics (Context in Go, CancellationToken in C#, etc)
l
I guess this is what I was thinking of... https://github.com/pulumi/service-requests/issues/62 Obviously not a popular idea, I'm the only one who has upvoted 🙂