Tailf:boolean-no for a container

I have looking in the confd user guide but i find nothing.
i want list my container when i make a no command form.
container setup
{
tailf:info “setup”;
}

exemple:
setup

show run
setup

no setup

show run
no setup

You can define your container named setup as a presence container as follows:

container setup
{
  presence "";
  tailf:info "setup";
}

I’m afraid there is no tail-f annotation for what you are seeking. Can I ask what is the use case?